{
  "name": "test",
  "version": "0.1.0",
  "description": "",
  "main": "lib/index.js",
  "author": "Gabriel Castro <dev@GabrielCastro.ca>",
  "license": "MIT",
  "devDependencies": {
    "expect": "^24.9.0",
    "mocha": "^6.2.3",
    "neon-cli": "^0.4.0"
  },
  "scripts": {
    "build": "neon build --release",
    "build:debug": "neon build",
    "test": "neon build && mocha __tests__"
  }
}