napi-rs/cli/package.json

49 lines
1.1 KiB
JSON
Raw Normal View History

{
"name": "@napi-rs/cli",
2021-08-09 23:21:27 +09:00
"version": "1.2.1",
"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"
},
"devDependencies": {
2021-09-01 11:29:16 +09:00
"@octokit/rest": "^18.10.0",
"chalk": "^4.1.2",
"clipanion": "^3.0.1",
"debug": "^4.3.2",
"fdir": "^5.1.0",
"putasset": "^5.0.3",
"toml": "^3.0.0",
"tslib": "^2.3.1"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/Brooooooklyn"
}
2020-12-23 23:46:48 +09:00
}