2020-10-15 20:16:52 +08:00
|
|
|
{
|
|
|
|
"name": "@napi-rs/cli",
|
2021-09-23 01:44:36 +08:00
|
|
|
"version": "2.0.0-alpha.0",
|
2020-10-15 20:16:52 +08:00
|
|
|
"description": "Cli tools for napi-rs",
|
2020-12-23 22:46:48 +08:00
|
|
|
"keywords": ["cli", "rust", "napi", "n-api", "neon"],
|
2020-10-15 20:16:52 +08:00
|
|
|
"author": "LongYinan <lynweklm@gmail.com>",
|
2020-12-03 16:30:14 +08:00
|
|
|
"homepage": "https://github.com/napi-rs/napi-rs",
|
2020-10-15 20:16:52 +08:00
|
|
|
"license": "MIT",
|
|
|
|
"bin": {
|
|
|
|
"napi": "./scripts/index.js"
|
|
|
|
},
|
2020-12-23 22:46:48 +08:00
|
|
|
"files": ["scripts"],
|
2020-10-15 20:16:52 +08: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-09-02 23:23:17 +08:00
|
|
|
"dependencies": {
|
2021-09-20 21:37:23 +00:00
|
|
|
"inquirer": "^8.1.5"
|
2021-09-02 23:23:17 +08:00
|
|
|
},
|
2021-08-07 00:22:53 +08:00
|
|
|
"devDependencies": {
|
2021-09-27 21:47:44 +00:00
|
|
|
"@octokit/rest": "^18.11.2",
|
2021-09-27 22:05:15 +00:00
|
|
|
"@types/inquirer": "^8.1.2",
|
2021-09-01 23:21:11 +08:00
|
|
|
"@types/js-yaml": "^4.0.3",
|
2021-08-02 21:56:52 +00:00
|
|
|
"chalk": "^4.1.2",
|
2021-09-27 21:47:36 +00:00
|
|
|
"clipanion": "^3.1.0",
|
2021-07-05 21:39:30 +00:00
|
|
|
"debug": "^4.3.2",
|
2021-05-24 10:31:23 +00:00
|
|
|
"fdir": "^5.1.0",
|
2021-09-01 23:21:11 +08:00
|
|
|
"js-yaml": "^4.1.0",
|
2020-10-15 20:16:52 +08:00
|
|
|
"putasset": "^5.0.3",
|
|
|
|
"toml": "^3.0.0",
|
2021-09-01 23:21:11 +08:00
|
|
|
"tslib": "^2.3.1",
|
2021-09-20 21:37:53 +00:00
|
|
|
"typanion": "^3.5.0"
|
2020-10-15 20:16:52 +08:00
|
|
|
},
|
|
|
|
"funding": {
|
|
|
|
"type": "github",
|
|
|
|
"url": "https://github.com/sponsors/Brooooooklyn"
|
|
|
|
}
|
2020-12-23 22:46:48 +08:00
|
|
|
}
|