forked from laverdet/isolated-vm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 790 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "isolated-vm",
"version": "4.3.6",
"description": "Access to multiple isolates",
"main": "isolated-vm.js",
"types": "isolated-vm.d.ts",
"engines": {
"node": ">=10.4.0"
},
"scripts": {
"install": "node-gyp rebuild --release -j 4",
"postinstall": "node-gyp clean",
"lint": "find src -name '*.cc' | xargs -n1 clang-tidy",
"test": "node test.js || nodejs test.js"
},
"devDependencies": {
"isolated-vm": "."
},
"repository": {
"type": "git",
"url": "git+https://github.com/laverdet/isolated-vm.git"
},
"author": "https://github.com/laverdet/",
"license": "ISC",
"gypfile": true,
"bugs": {
"url": "https://github.com/laverdet/isolated-vm/issues"
},
"homepage": "https://github.com/laverdet/isolated-vm#readme"
}