2020-10-15 21:16:52 +09:00
|
|
|
{
|
|
|
|
"name": "@napi-rs/cli",
|
2021-08-09 23:21:27 +09:00
|
|
|
"version": "1.2.1",
|
2020-10-15 21:16:52 +09:00
|
|
|
"description": "Cli tools for napi-rs",
|
2020-12-23 23:46:48 +09:00
|
|
|
"keywords": ["cli", "rust", "napi", "n-api", "neon"],
|
2020-10-15 21:16:52 +09:00
|
|
|
"author": "LongYinan <lynweklm@gmail.com>",
|
2020-12-03 17:30:14 +09:00
|
|
|
"homepage": "https://github.com/napi-rs/napi-rs",
|
2020-10-15 21:16:52 +09:00
|
|
|
"license": "MIT",
|
|
|
|
"bin": {
|
|
|
|
"napi": "./scripts/index.js"
|
|
|
|
},
|
2020-12-23 23:46:48 +09:00
|
|
|
"files": ["scripts"],
|
2020-10-15 21:16:52 +09:00
|
|
|
"engines": {
|
|
|
|
"node": ">= 10"
|
|
|
|
},
|
|
|
|
"maintainers": [
|
|
|
|
{
|
|
|
|
"name": "LongYinan",
|
|
|
|
"email": "lynweklm@gmail.com",
|
|
|
|
"homepage": "https://github.com/Brooooooklyn"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/napi-rs/napi-rs.git"
|
|
|
|
},
|
|
|
|
"publishConfig": {
|
|
|
|
"registry": "https://registry.npmjs.org/",
|
|
|
|
"access": "public"
|
|
|
|
},
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/napi-rs/napi-rs/issues"
|
|
|
|
},
|
2021-08-07 01:22:53 +09:00
|
|
|
"devDependencies": {
|
2021-08-17 06:29:46 +09:00
|
|
|
"@octokit/rest": "^18.9.1",
|
2021-08-03 06:56:52 +09:00
|
|
|
"chalk": "^4.1.2",
|
2021-08-07 01:22:53 +09:00
|
|
|
"clipanion": "^3.0.1",
|
2021-07-06 06:39:30 +09:00
|
|
|
"debug": "^4.3.2",
|
2021-05-24 19:31:23 +09:00
|
|
|
"fdir": "^5.1.0",
|
2020-10-15 21:16:52 +09:00
|
|
|
"putasset": "^5.0.3",
|
|
|
|
"toml": "^3.0.0",
|
2021-06-14 14:59:14 +09:00
|
|
|
"tslib": "^2.3.0"
|
2020-10-15 21:16:52 +09:00
|
|
|
},
|
|
|
|
"funding": {
|
|
|
|
"type": "github",
|
|
|
|
"url": "https://github.com/sponsors/Brooooooklyn"
|
|
|
|
}
|
2020-12-23 23:46:48 +09:00
|
|
|
}
|