-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·48 lines (48 loc) · 1.15 KB
/
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
42
43
44
45
46
47
48
{
"name": "web_automation_ide",
"version": "1.0.0",
"description": "",
"main": "./expressapp/app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "electron ."
},
"author": "",
"license": "ISC",
"dependencies": {
"acorn": "^8.0.5",
"acorn-walk": "^8.0.2",
"buffer-image-size": "^0.6.4",
"cookie-parser": "^1.4.5",
"debug": "~4.3.1",
"electron": "^11.0.3",
"electron-context-menu": "^2.5.0",
"electron-prompt": "^1.6.0",
"express": "^4.17.1",
"express-handlebars": "^5.2.0",
"graphlib": "^2.1.8",
"hbs": "^4.1.1",
"http-errors": "~1.8.0",
"jimp": "^0.16.1",
"jquery": "^3.5.1",
"lodash": "^4.17.20",
"monaco-editor": "^0.21.2",
"mongod": "^2.0.0",
"mongodb": "^3.6.3",
"morgan": "~1.10.0",
"node-fetch": "^2.6.1",
"open": "^7.3.0",
"path": "^0.12.7",
"pixelmatch": "^5.2.1",
"pngjs": "^4.0.1",
"puppeteer": "^7.0.4",
"rrweb-snapshot": "^0.7.26",
"server-destroy": "^1.0.1",
"skmeans": "^0.11.3",
"uuid": "^8.3.1",
"uuidv1": "^1.6.14"
},
"devDependencies": {
"capture-console": "^1.0.1"
}
}