neon 0.8.0

A safe abstraction layer for Node.js.
Documentation
{
  "name": "neon-cli-test",
  "version": "0.1.0",
  "description": "Integration tests for neon-cli.",
  "author": "Dave Herman <david.herman@gmail.com>",
  "repository": {
    "type": "git",
    "url": "https://github.com/neon-bindings/neon.git"
  },
  "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.5.3",
    "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",
    "typescript": "^3.9.6",
    "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/handlebars": "^4.0.32",
    "@types/inquirer": "0.0.35",
    "@types/mkdirp": "^0.5.1",
    "@types/mocha": "^5.2.0",
    "@types/node": "10.17.26",
    "@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": "^8.1.0",
    "suspicion": "^0.1.2",
    "tmp": "0.0.33",
    "ts-dict": "^0.1.1",
    "ts-node": "^3.0.2",
    "ts-unknown": "^0.2.0"
  },
  "scripts": {
    "test": "npm run transpile && mocha --timeout 5000 lib/**/*.js",
    "transpile": "tsc"
  }
}