-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.76 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
{
"name": "edith",
"version": "0.0.136",
"description": "Container image management tool",
"main": "build/index.js",
"scripts": {
"start": "tsc && node build/index.js",
"build": "tsc",
"lint": "eslint . --ext .ts",
"pm2": "tsc && pm2 start build/index.js --name edith",
"postinstall": "patch-package"
},
"repository": {
"type": "git",
"url": "git+https://github.com/theycallmeloki/Edith.git"
},
"author": "Lokesh Poovaragan",
"license": "ISC",
"bugs": {
"url": "https://github.com/theycallmeloki/Edith/issues"
},
"homepage": "https://github.com/theycallmeloki/Edith#readme",
"dependencies": {
"@banana-dev/banana-dev": "^4.0.0",
"@brocorplabs/config": "^0.1.1",
"@slack/web-api": "^6.4.0",
"@tandil/diffparse": "^0.2.0",
"auto-git-update": "^2.0.2",
"cheerio": "^1.0.0-rc.10",
"clarinet": "^0.12.5",
"cors": "^2.8.5",
"dockerode": "^3.3.1",
"dotenv": "^16.0.3",
"express": "^4.17.1",
"hjson": "^3.2.2",
"minimist": "^1.2.6",
"multer": "^1.4.5-lts.1",
"node-cron": "^3.0.0",
"node-fetch": "^2.6.1",
"patch-package": "^6.4.7",
"perf_hooks": "0.0.1",
"pushbullet": "^2.4.0",
"python-bridge": "^1.1.0",
"ts-node": "^10.4.0",
"uuid": "^3.4.0",
"ws": "^6.2.2"
},
"devDependencies": {
"@types/bluebird": "^3.5.36",
"@types/clarinet": "^0.12.1",
"@types/cors": "^2.8.12",
"@types/express": "^4.17.13",
"@types/hjson": "^2.4.3",
"@types/minimist": "^1.2.2",
"@types/multer": "^1.4.7",
"@types/node-cron": "^3.0.1",
"@types/uuid": "^8.3.4",
"@types/ws": "^8.2.2",
"@typescript-eslint/eslint-plugin": "^5.9.0",
"@typescript-eslint/parser": "^5.9.0",
"eslint": "^8.6.0",
"typescript": "^4.5.4"
}
}