forked from BrowserBox/BrowserBox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
85 lines (85 loc) · 2.7 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "remoteview",
"version": "2.1.3",
"description": "Fly a browser remotely from your browser? Yes.",
"main": "index.js",
"scripts": {
"test": "bash ./test.sh",
"dev": "node-dev --inspect=127.0.0.1:8111 index.js",
"start": "node index.js",
"postinstall": "bash ./postinstall.sh && bash ./setup_machine.sh",
"prestart": "bash ./make_views.sh",
"init": "bash ./reinit_after_restart.sh",
"clean": "./clean.sh",
"lint": "./gglint.sh",
"tsc-server": "tsc --types node --target ES2020 --checkJs --allowJs --outFile typetests/server.js --module System server.js decs.d.ts",
"tsc-inject": "tsc --target ES2020 --checkJs --allowJs --outFile typetests/inject.js --module System zombie-lord/injections/**/*.js decs.d.ts",
"tsc-public": "tsc --target ES2020 --checkJs --allowJs --outFile typetests/inject.js --module System public/*.js decs.d.ts",
"tsc-check": "./tsc-check.sh",
"check": "rm -f public/*bundle*.js && ( npm run lint || : ) && npm run tsc-check"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dosyago/supreme-architect.git"
},
"keywords": [
"browser",
"headless",
"automation",
"chrome",
"browsergap",
"supreme-architect",
"oni",
"remoteview",
"groundcontrol",
"chromescreen",
"chrome controller"
],
"author": "@dosy",
"license": "MIT",
"bugs": {
"url": "https://github.com/dosyago/remoteview/issues"
},
"homepage": "https://gitlab.com/dosyago/remoteview#readme",
"dependencies": {
"body-parser": "^1.18.3",
"brutalist-web": "^2.3.0",
"cookie-parser": "^1.4.4",
"current-git-branch": "^1.1.0",
"esm": "^3.2.6",
"express": "^4.17.1",
"fs": "0.0.1-security",
"http": "0.0.0",
"https": "^1.0.0",
"multer": "^1.4.2",
"node-fetch": "^2.6.0",
"path": "^0.12.7",
"spdy": "^4.0.1",
"ws": "^6.1.4"
},
"devDependencies": {
"@babel/core": "^7.10.4",
"@babel/plugin-external-helpers": "^7.10.4",
"@babel/plugin-transform-runtime": "^7.10.4",
"@babel/polyfill": "^7.10.4",
"@babel/preset-env": "^7.10.4",
"@babel/runtime": "^7.10.4",
"@types/body-parser": "^1.19.0",
"@types/cookie-parser": "^1.4.2",
"@types/current-git-branch": "^1.1.1",
"@types/esm": "^3.2.0",
"@types/form-data": "^2.5.0",
"@types/is-docker": "^2.0.0",
"@types/multer": "^1.4.3",
"@types/node-fetch": "^2.5.7",
"@types/sharp": "^0.25.0",
"@types/ws": "^7.2.6",
"babel-plugin-external-helpers": "^6.22.0",
"eslint": "^7.4.0",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"typescript": "^3.9.6",
"whatwg-fetch": "^3.1.0"
}
}