napi-rs/cli/package.json

56 lines
1.3 KiB
JSON
Raw Normal View History

{
"name": "@napi-rs/cli",
"version": "2.0.0-alpha.2",
"description": "Cli tools for napi-rs",
2020-12-23 23:46:48 +09:00
"keywords": ["cli", "rust", "napi", "n-api", "neon"],
"author": "LongYinan <lynweklm@gmail.com>",
2020-12-03 17:30:14 +09:00
"homepage": "https://github.com/napi-rs/napi-rs",
"license": "MIT",
"bin": {
"napi": "./scripts/index.js"
},
2020-12-23 23:46:48 +09:00
"files": ["scripts"],
"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-03 00:23:17 +09:00
"dependencies": {
"inquirer": "^8.2.0"
2021-09-03 00:23:17 +09:00
},
"devDependencies": {
"@octokit/rest": "^18.12.0",
"@types/inquirer": "^8.1.3",
2021-09-02 00:21:11 +09:00
"@types/js-yaml": "^4.0.3",
"chalk": "^4.1.2",
"clipanion": "^3.1.0",
"debug": "^4.3.2",
"fdir": "^5.1.0",
2021-09-02 00:21:11 +09:00
"js-yaml": "^4.1.0",
"putasset": "^5.0.3",
"toml": "^3.0.0",
2021-09-02 00:21:11 +09:00
"tslib": "^2.3.1",
"typanion": "^3.7.0"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/Brooooooklyn"
}
2020-12-23 23:46:48 +09:00
}