neon 0.4.0

A safe abstraction layer for Node.js.
Documentation
{
  "name": "neon-cli",
  "version": "0.4.0",
  "description": "Build and load native Rust/Neon modules.",
  "author": "Dave Herman <david.herman@gmail.com>",
  "repository": {
    "type": "git",
    "url": "https://github.com/neon-bindings/neon.git"
  },
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "bin": {
    "neon": "./bin/cli.js"
  },
  "license": "SEE LICENSE IN LICENSE-*",
  "dependencies": {
    "chalk": "~2.1.0",
    "command-line-args": "^4.0.2",
    "command-line-commands": "^2.0.0",
    "command-line-usage": "^4.0.0",
    "git-config": "0.0.7",
    "handlebars": "^4.1.0",
    "inquirer": "^3.0.6",
    "mkdirp": "^0.5.1",
    "quickly-copy-file": "^1.0.0",
    "rimraf": "^2.6.1",
    "rsvp": "^4.6.1",
    "semver": "^5.1.0",
    "toml": "^2.3.0",
    "ts-typed-json": "^0.2.2",
    "validate-npm-package-license": "^3.0.1",
    "validate-npm-package-name": "^3.0.0"
  },
  "devDependencies": {
    "@types/chai": "^4.1.3",
    "@types/chalk": "^0.4.31",
    "@types/es6-promise": "0.0.33",
    "@types/inquirer": "0.0.35",
    "@types/mkdirp": "^0.5.1",
    "@types/mocha": "^5.2.0",
    "@types/nexpect": "^0.4.29",
    "@types/node": "^8.0.28",
    "@types/rimraf": "^2.0.2",
    "@types/rsvp": "^3.3.1",
    "@types/semver": "^5.3.31",
    "@types/tmp": "0.0.33",
    "chai": "^4.1.2",
    "mocha": "^5.2.0",
    "nexpect": "^0.5.0",
    "tmp": "0.0.33",
    "ts-dict": "^0.1.1",
    "ts-node": "^3.0.2",
    "ts-unknown": "^0.2.0",
    "typescript": "^2.2.2"
  },
  "scripts": {
    "transpile": "tsc",
    "prepublishOnly": "npm run transpile"
  },
  "bugs": {
    "url": "https://github.com/neon-bindings/neon/issues"
  },
  "homepage": "https://www.neon-bindings.com",
  "engines": {
    "node": ">=8"
  }
}