@napi-rs/cli@1.0.0-alpha.11
This commit is contained in:
parent
aeef4811ed
commit
a9c5060d04
1 changed files with 12 additions and 4 deletions
|
@ -1,15 +1,23 @@
|
|||
{
|
||||
"name": "@napi-rs/cli",
|
||||
"version": "1.0.0-alpha.10",
|
||||
"version": "1.0.0-alpha.11",
|
||||
"description": "Cli tools for napi-rs",
|
||||
"keywords": ["cli", "rust", "napi", "n-api", "neon"],
|
||||
"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"],
|
||||
"files": [
|
||||
"scripts"
|
||||
],
|
||||
"engines": {
|
||||
"node": ">= 10"
|
||||
},
|
||||
|
@ -47,4 +55,4 @@
|
|||
"type": "github",
|
||||
"url": "https://github.com/sponsors/Brooooooklyn"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue