2020-10-15 21:16:52 +09:00
|
|
|
{
|
|
|
|
"name": "@napi-rs/cli",
|
2022-10-04 18:16:29 +09:00
|
|
|
"version": "2.12.0",
|
2020-10-15 21:16:52 +09:00
|
|
|
"description": "Cli tools for napi-rs",
|
2021-12-10 17:55:55 +09:00
|
|
|
"keywords": [
|
|
|
|
"cli",
|
|
|
|
"rust",
|
|
|
|
"napi",
|
|
|
|
"n-api",
|
|
|
|
"neon"
|
|
|
|
],
|
2020-10-15 21:16:52 +09:00
|
|
|
"author": "LongYinan <lynweklm@gmail.com>",
|
2020-12-03 17:30:14 +09:00
|
|
|
"homepage": "https://github.com/napi-rs/napi-rs",
|
2020-10-15 21:16:52 +09:00
|
|
|
"license": "MIT",
|
|
|
|
"bin": {
|
|
|
|
"napi": "./scripts/index.js"
|
|
|
|
},
|
2021-12-10 17:55:55 +09:00
|
|
|
"files": [
|
|
|
|
"scripts"
|
|
|
|
],
|
2020-10-15 21:16:52 +09: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-08-07 01:22:53 +09:00
|
|
|
"devDependencies": {
|
2022-10-24 00:03:18 +09:00
|
|
|
"@octokit/rest": "^19.0.5",
|
|
|
|
"@types/inquirer": "^9.0.2",
|
2021-11-23 06:52:37 +09:00
|
|
|
"@types/js-yaml": "^4.0.5",
|
2022-03-13 19:28:41 +09:00
|
|
|
"@types/lodash-es": "^4.17.6",
|
2021-09-28 06:47:36 +09:00
|
|
|
"clipanion": "^3.1.0",
|
2022-07-06 22:08:29 +09:00
|
|
|
"colorette": "^2.0.19",
|
2022-10-24 00:03:18 +09:00
|
|
|
"core-js": "^3.25.5",
|
2022-04-01 13:10:56 +09:00
|
|
|
"debug": "^4.3.4",
|
2021-12-31 12:20:55 +09:00
|
|
|
"env-paths": "^3.0.0",
|
2022-10-24 00:03:18 +09:00
|
|
|
"fdir": "^5.3.0",
|
|
|
|
"inquirer": "^9.1.4",
|
2021-09-02 00:21:11 +09:00
|
|
|
"js-yaml": "^4.1.0",
|
2021-11-23 20:00:31 +09:00
|
|
|
"lodash-es": "4.17.21",
|
2020-10-15 21:16:52 +09:00
|
|
|
"toml": "^3.0.0",
|
2022-04-27 01:31:40 +09:00
|
|
|
"tslib": "^2.4.0",
|
2022-10-24 00:03:18 +09:00
|
|
|
"typanion": "^3.12.1"
|
2020-10-15 21:16:52 +09:00
|
|
|
},
|
|
|
|
"funding": {
|
|
|
|
"type": "github",
|
|
|
|
"url": "https://github.com/sponsors/Brooooooklyn"
|
|
|
|
}
|
2020-12-23 23:46:48 +09:00
|
|
|
}
|