This repository was archived by the owner on Dec 27, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.35 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.35 KB
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
{
"name": "sola",
"version": "0.7.0",
"description": "",
"main": "",
"scripts": {
"start": "pm2 start ecosystem.config.js",
"stop": "pm2 stop ecosystem.config.js",
"restart": "pm2 restart ecosystem.config.js",
"reload": "pm2 reload ecosystem.config.js",
"delete": "pm2 delete ecosystem.config.js",
"check-new": "node src/check-new.js",
"cleanup": "node src/cleanup.js",
"create-core": "node src/create-core.js",
"delete-core": "node src/delete-core.js",
"hash": "node src/hash-video.js",
"load": "node src/load-hash.js",
"watch": "node src/watch.js",
"prettier": "prettier",
"format": "prettier --write \"**/*.js\"",
"lint": "prettier --check \"**/*.js\"",
"test": "prettier --check \"**/*.js\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/soruly/sola.git"
},
"author": "soruly",
"license": "MIT",
"bugs": {
"url": "https://github.com/soruly/sola/issues"
},
"homepage": "https://github.com/soruly/sola#readme",
"dependencies": {
"amqplib": "^0.10.0",
"chokidar": "^3.0.0",
"dotenv": "^16.0.0",
"fs-extra": "^11.0.0",
"glob": "^8.0.1",
"knex": "^2.0.0",
"lzma-native": "^8.0.1",
"mysql": "^2.16.0",
"node-fetch": "^3.0.0",
"uuid": "^9.0.0",
"xmldoc": "^1.1.2"
},
"devDependencies": {
"prettier": "^2.0.1"
}
}