{
  "name": "@napi-rs/cli",
  "version": "2.10.3",
  "description": "Cli tools for napi-rs",
  "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"
  ],
  "engines": {
    "node": ">= 10"
  },
  "maintainers": [
    {
      "name": "LongYinan",
      "email": "lynweklm@gmail.com",
      "homepage": "https://github.com/Brooooooklyn"
    }
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/napi-rs/napi-rs.git"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "bugs": {
    "url": "https://github.com/napi-rs/napi-rs/issues"
  },
  "devDependencies": {
    "@octokit/rest": "^18.12.0",
    "@types/inquirer": "^8.2.1",
    "@types/js-yaml": "^4.0.5",
    "@types/lodash-es": "^4.17.6",
    "clipanion": "^3.1.0",
    "colorette": "^2.0.19",
    "core-js": "^3.23.3",
    "debug": "^4.3.4",
    "env-paths": "^3.0.0",
    "fdir": "^5.2.0",
    "inquirer": "^9.0.0",
    "js-yaml": "^4.1.0",
    "lodash-es": "4.17.21",
    "toml": "^3.0.0",
    "tslib": "^2.4.0",
    "typanion": "^3.9.0"
  },
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/Brooooooklyn"
  }
}