napi-rs/triples/package.json
2020-12-03 16:30:14 +08:00

23 lines
697 B
JSON

{
"name": "@napi-rs/triples",
"version": "1.0.2",
"description": "Rust target triples objects",
"keywords": ["Rust", "cross-compile", "napi", "n-api", "node-rs", "napi-rs"],
"author": "LongYinan <lynweklm@gmail.com>",
"homepage": "https://github.com/napi-rs/napi-rs/tree/main/triples#readme",
"license": "MIT",
"main": "./index.js",
"types": "./index.d.ts",
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"files": ["index.js", "index.d.ts", "target-list"],
"repository": {
"type": "git",
"url": "git+https://github.com/napi-rs/napi-rs.git"
},
"bugs": {
"url": "https://github.com/napi-rs/napi-rs/issues"
}
}