style: run fmt
This commit is contained in:
parent
b977265cfa
commit
a7e9f82fd9
3 changed files with 32 additions and 10 deletions
cli
|
@ -2,14 +2,22 @@
|
|||
"name": "@napi-rs/cli",
|
||||
"version": "2.0.0-beta.4",
|
||||
"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"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue