{
  "name": "@neon-rs/cli",
  "version": "0.2.6",
  "description": "Command-line build tool for Neon modules.",
  "type": "module",
  "exports": "./index.js",
  "types": "types/index.d.ts",
  "files": [
    "index.js",
    "LICENSE*"
  ],
  "bin": {
    "neon": "./index.js"
  },
  "scripts": {
    "build": "tsc",
    "pretest": "npm run build",
    "prepack": "ncc build src/index.ts -o dist && mv dist/index.js . && rm -rf dist",
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/neon-bindings/neon-rs.git"
  },
  "keywords": [
    "Neon",
    "Rust",
    "Node"
  ],
  "author": "Dave Herman <david.herman@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/neon-bindings/neon-rs/issues"
  },
  "homepage": "https://github.com/neon-bindings/neon-rs#readme",
  "devDependencies": {
    "@neon-rs/artifact": "*",
    "@neon-rs/load": "*",
    "@neon-rs/manifest": "*",
    "@tsconfig/node16": "^1.0.3",
    "@types/chai": "^4.3.16",
    "@types/command-line-args": "^5.2.0",
    "@types/command-line-commands": "^2.0.1",
    "@types/command-line-usage": "^5.0.2",
    "@types/mocha": "^10.0.6",
    "@types/node": "^18.15.11",
    "@vercel/ncc": "^0.36.1",
    "cargo-messages": "*",
    "chai": "^5.1.1",
    "chalk": "^5.2.0",
    "command-line-args": "^5.2.1",
    "command-line-commands": "^3.0.2",
    "command-line-usage": "^7.0.1",
    "execa": "^7.1.1",
    "mocha": "^10.4.0",
    "stream-to-string": "^1.2.1",
    "typescript": "^5.0.4"
  }
}
