@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",
|
"name": "@napi-rs/cli",
|
||||||
"version": "1.0.0-alpha.10",
|
"version": "1.0.0-alpha.11",
|
||||||
"description": "Cli tools for napi-rs",
|
"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>",
|
"author": "LongYinan <lynweklm@gmail.com>",
|
||||||
"homepage": "https://github.com/napi-rs/napi-rs",
|
"homepage": "https://github.com/napi-rs/napi-rs",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"bin": {
|
"bin": {
|
||||||
"napi": "./scripts/index.js"
|
"napi": "./scripts/index.js"
|
||||||
},
|
},
|
||||||
"files": ["scripts"],
|
"files": [
|
||||||
|
"scripts"
|
||||||
|
],
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">= 10"
|
"node": ">= 10"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue