style: run fmt
This commit is contained in:
parent
7177f4af92
commit
59d6a219b5
1 changed files with 2 additions and 10 deletions
|
@ -2,22 +2,14 @@
|
||||||
"name": "@napi-rs/cli",
|
"name": "@napi-rs/cli",
|
||||||
"version": "2.0.0-alpha.10",
|
"version": "2.0.0-alpha.10",
|
||||||
"description": "Cli tools for napi-rs",
|
"description": "Cli tools for napi-rs",
|
||||||
"keywords": [
|
"keywords": ["cli", "rust", "napi", "n-api", "neon"],
|
||||||
"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": [
|
"files": ["scripts"],
|
||||||
"scripts"
|
|
||||||
],
|
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">= 10"
|
"node": ">= 10"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue