-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.38 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": "shotit-worker",
"version": "0.9.16",
"description": "Four core workers of shotit: watcher, hasher, loader and searcher",
"main": "",
"type": "module",
"scripts": {
"start": "pm2 start ecosystem.config.json",
"stop": "pm2 stop ecosystem.config.json",
"restart": "pm2 restart ecosystem.config.json",
"reload": "pm2 reload ecosystem.config.json",
"delete": "pm2 delete ecosystem.config.json",
"logs": "pm2 logs",
"prettier": "prettier",
"format": "prettier --write \"**/*.js\"",
"lint": "prettier --check \"**/*.js\"",
"test": "prettier --check \"**/*.js\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/shotit/shotit-worker.git"
},
"author": "PolarBeaver Technology",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/shotit/shotit-worker/issues"
},
"homepage": "https://github.com/shotit/shotit-worker#readme",
"dependencies": {
"@zilliz/milvus2-sdk-node": "2.2.19",
"body-parser": "^1.20.0",
"chokidar": "^3.5.3",
"dotenv": "^16.3.1",
"express": "^4.18.1",
"express-rate-limit": "^6.7.1",
"fs-extra": "^11.1.1",
"jsbi-calculator": "^0.3.5",
"lodash": "^4.17.21",
"lzma-native": "^8.0.6",
"node-cron": "^3.0.2",
"node-fetch": "^3.2.10",
"ws": "^8.9.0",
"xmldoc": "^1.2.0"
},
"devDependencies": {
"prettier": "^2.8.8"
}
}