added support for isolate, process, containers
parents
Showing
.gitignore
0 → 100644
index.js
0 → 100644
isolate.js
0 → 100644
lib.js
0 → 100644
package.json
0 → 100644
{ | ||
"name": "hybrid", | ||
"version": "1.0.0", | ||
"description": "", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"author": "", | ||
"license": "ISC", | ||
"dependencies": { | ||
"express": "^4.17.1", | ||
"isolated-vm": "^3.0.0" | ||
} | ||
} |
Please register or sign in to comment