napi-rs/triples/package.json

34 lines
722 B
JSON
Raw Normal View History

{
"name": "@napi-rs/triples",
"version": "1.1.0",
"description": "Rust target triples objects",
2021-12-10 17:55:55 +09:00
"keywords": [
"Rust",
"cross-compile",
"napi",
"n-api",
"node-rs",
"napi-rs"
],
"author": "LongYinan <lynweklm@gmail.com>",
2020-12-03 17:30:14 +09:00
"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"
},
2021-12-10 17:55:55 +09:00
"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"
}
}