napi-rs/cli/package.json
LongYinan 0fe4fe2736
chore: publish
- @napi-rs/cli@1.3.0
2021-09-02 00:04:46 +08:00

53 lines
1.2 KiB
JSON

{
"name": "@napi-rs/cli",
"version": "1.3.0",
"description": "Cli tools for napi-rs",
"keywords": ["cli", "rust", "napi", "n-api", "neon"],
"author": "LongYinan <lynweklm@gmail.com>",
"homepage": "https://github.com/napi-rs/napi-rs",
"license": "MIT",
"bin": {
"napi": "./scripts/index.js"
},
"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"
},
"devDependencies": {
"@octokit/rest": "^18.10.0",
"@types/inquirer": "^7.3.3",
"@types/js-yaml": "^4.0.3",
"chalk": "^4.1.2",
"clipanion": "^3.0.1",
"debug": "^4.3.2",
"fdir": "^5.1.0",
"inquirer": "^8.1.2",
"js-yaml": "^4.1.0",
"putasset": "^5.0.3",
"toml": "^3.0.0",
"tslib": "^2.3.1",
"typanion": "^3.3.2"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/Brooooooklyn"
}
}