{
  "name": "sandboxjs",
  "version": "5.2.1",
  "description": "Sandbox node.js code",
  "main": "index.js",
  "scripts": {
    "docs": "jsdoc2md -t jsdoc2md/README.hbs lib/*.js > README.md; echo",
    "preversion": "npm run test && npm run docs && git add README.md",
    "test": "lab -v"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/auth0/sandboxjs.git"
  },
  "keywords": [
    "sandbox",
    "node",
    "js",
    "untrusted",
    "docker"
  ],
  "author": "Auth0",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/auth0/sandboxjs/issues"
  },
  "homepage": "https://github.com/auth0/sandboxjs",
  "engines": {
    "node": ">=6"
  },
  "dependencies": {
    "bluebird": "^2.9.34",
    "jwt-decode": "^2.2.0",
    "lodash.assign": "^4.2.0",
    "lodash.defaults": "^4.2.0",
    "lodash.defaultsdeep": "^4.6.0",
    "lodash.foreach": "^4.5.0",
    "lodash.get": "^4.4.2",
    "randexp": "0.4.0",
    "superagent": "^3.5.2",
    "webtask-log-stream": "^3.0.0"
  },
  "devDependencies": {
    "code": "^4.0.0",
    "dotenv": "^4.0.0",
    "jsdoc-to-markdown": "^1.2.0",
    "jsonwebtoken": "^7.3.0",
    "lab": "^14.3.2"
  },
  "types": "./index.d.ts"
}
