398f12b452
Bumps [@octokit/rest](https://github.com/octokit/rest.js) from 18.3.0 to 18.3.4. - [Release notes](https://github.com/octokit/rest.js/releases) - [Commits](https://github.com/octokit/rest.js/compare/v18.3.0...v18.3.4) Signed-off-by: dependabot[bot] <support@github.com>
50 lines
1.1 KiB
JSON
50 lines
1.1 KiB
JSON
{
|
|
"name": "@napi-rs/cli",
|
|
"version": "1.0.3",
|
|
"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"
|
|
},
|
|
"dependencies": {
|
|
"@octokit/rest": "^18.3.4",
|
|
"chalk": "^4.1.0",
|
|
"clipanion": "^2.6.2",
|
|
"debug": "^4.3.1",
|
|
"fdir": "^5.0.0",
|
|
"inquirer": "^8.0.0",
|
|
"lodash": "^4.17.21",
|
|
"putasset": "^5.0.3",
|
|
"toml": "^3.0.0",
|
|
"tslib": "^2.1.0"
|
|
},
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/Brooooooklyn"
|
|
}
|
|
}
|