-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 921 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 921 Bytes
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
{
"name": "domcloud-bridge",
"version": "1.4.260106",
"description": "Deployment runner for DOM Cloud",
"main": "app.js",
"engines": {
"node": ">=16.0.0"
},
"scripts": {
"update-binaries": "node ./src/binaries/update.js",
"build": "sh ./tools-init.sh",
"start": "node app.js",
"test": "node src"
},
"keywords": [
"runner"
],
"author": "Wildan M",
"license": "MIT",
"type": "module",
"dependencies": {
"@domcloud/zone-editor": "^0.10.1",
"@redis/client": "^1.6.0",
"cli": "^1.0.1",
"dotenv": "^16.4.7",
"express": "^5.1.0",
"fast-xml-parser": "^5.3.2",
"graceful-fs": "^4.2.11",
"nginx-conf": "^2.1.0",
"retry": "^0.13.1",
"shelljs": "^0.10.0",
"swagger-ui-express": "^5.0.1",
"yaml": "^2.8.1"
},
"devDependencies": {
"@types/cli": "^0.11.25",
"@types/express": "^5.0.5",
"@types/shelljs": "^0.8.17"
}
}