@napi-rs/cli
Version:
Cli tools for napi-rs
66 lines (65 loc) • 1.45 kB
JSON
{
"name": "@napi-rs/cli",
"version": "2.18.4",
"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": "21.0.0",
"@types/inquirer": "^9.0.7",
"@types/js-yaml": "^4.0.9",
"@types/lodash-es": "^4.17.12",
"clipanion": "^3.2.1",
"colorette": "^2.0.20",
"core-js": "^3.37.1",
"debug": "^4.3.5",
"env-paths": "^3.0.0",
"fdir": "^6.1.1",
"inquirer": "9.3.2",
"js-yaml": "^4.1.0",
"lodash-es": "4.17.21",
"toml": "^3.0.0",
"tslib": "^2.6.3",
"typanion": "^3.14.0"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/Brooooooklyn"
},
"gitHead": "b1239101d38c607a9ca427f8a8490a6ee168e91d"
}