@napi-rs/cli@1.0.0-alpha.11

This commit is contained in:
LongYinan 2020-12-22 17:38:57 +08:00
parent aeef4811ed
commit a9c5060d04
No known key found for this signature in database
GPG key ID: A3FFE134A3E20881

View file

@ -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"
},