napi-rs/triples/package.json
2021-12-10 16:55:55 +08:00

33 lines
722 B
JSON

{
"name": "@napi-rs/triples",
"version": "1.1.0",
"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"
],
"repository": {
"type": "git",
"url": "git+https://github.com/napi-rs/napi-rs.git"
},
"bugs": {
"url": "https://github.com/napi-rs/napi-rs/issues"
}
}