forked from sablejs/sablejs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 969 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
31
32
33
34
35
36
37
38
39
40
41
{
"name": "sablejs",
"version": "1.0.3",
"description": "🏖️ The safer and faster ECMA5.1 interpreter written by JavaScript.",
"repository": {
"type": "git",
"url": "git+https://github.com/sablejs/sablejs.git"
},
"scripts": {
"test262": "cd test && node test262.js",
"testapi": "cd test && mocha testapi.js",
"benchmark": "cd benchmark && node index.js"
},
"keywords": [
"javascript",
"interpreter",
"compiler",
"sandbox",
"opcode",
"ecma5"
],
"author": "ErosZhao",
"bin": "bin/sablejs",
"bugs": {
"url": "https://github.com/sablejs/sablejs/issues"
},
"homepage": "https://www.sablejs.com",
"dependencies": {
"chalk": "^4.1.1",
"commander": "^7.2.0",
"cross-spawn": "^7.0.3",
"enquirer": "^2.3.6",
"isdir": "^2.0.1",
"nodejs-file-downloader": "^4.5.1",
"terminal-kit": "^2.1.2",
"walkdir": "^0.4.1"
},
"devDependencies": {
"mocha": "^8.4.0"
}
}