UNPKG

1.16 kBJSONView Raw
1{
2 "name": "sandboxjs",
3 "version": "4.2.2",
4 "description": "Sandbox node.js code",
5 "main": "index.js",
6 "scripts": {
7 "docs": "jsdoc2md -t jsdoc2md/README.hbs lib/*.js > README.md; echo",
8 "preversion": "npm run test && npm run docs && git add README.md",
9 "test": "lab -v"
10 },
11 "repository": {
12 "type": "git",
13 "url": "https://github.com/auth0/sandboxjs.git"
14 },
15 "keywords": [
16 "sandbox",
17 "node",
18 "js",
19 "untrusted",
20 "docker"
21 ],
22 "author": "Auth0",
23 "license": "MIT",
24 "bugs": {
25 "url": "https://github.com/auth0/sandboxjs/issues"
26 },
27 "homepage": "https://github.com/auth0/sandboxjs",
28 "dependencies": {
29 "bluebird": "^2.9.34",
30 "jwt-decode": "^2.2.0",
31 "lodash.assign": "^4.2.0",
32 "lodash.defaults": "^4.2.0",
33 "lodash.defaultsdeep": "^4.6.0",
34 "lodash.foreach": "^4.5.0",
35 "lodash.get": "^4.4.2",
36 "randexp": "^0.4.0",
37 "superagent": "^3.5.2",
38 "webtask-log-stream": "^2.1.0"
39 },
40 "devDependencies": {
41 "code": "^4.0.0",
42 "dotenv": "^4.0.0",
43 "jsdoc-to-markdown": "^1.2.0",
44 "jsonwebtoken": "^7.3.0",
45 "lab": "^14.3.2"
46 },
47 "types": "./index.d.ts"
48}