-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
51 lines (51 loc) · 1.52 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
{
"name": "kakashi",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"tsc": "tsc --watch",
"dev": "ts-node-dev dev.ts",
"clear": "ts-node-dev clear.ts",
"download": "ts-node-dev download.ts",
"test": "ts-node-dev test.ts",
"go": "yarn clear && yarn dev",
"dev:watch": "ts-node-dev --respawn --inspect -- src/index.ts",
"start": "nodemon -e ts --exec \"ts-node-dev src/index.ts\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/kinglisky/kakashi.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/kinglisky/kakashi/issues"
},
"homepage": "https://github.com/kinglisky/kakashi#readme",
"dependencies": {
"@types/find-remove": "^2.0.1",
"@types/fs-extra": "^9.0.13",
"axios": "^0.24.0",
"crawler": "^1.3.0",
"download": "^8.0.0",
"ffcreatorlite": "^2.3.8",
"find-remove": "^4.0.4",
"fluent-ffmpeg": "^2.1.2",
"fs-extra": "^10.0.1",
"sharp": "^0.29.3",
"shelljs": "^0.8.5"
},
"devDependencies": {
"@types/crawler": "^1.2.2",
"@types/download": "^8.0.1",
"@types/fluent-ffmpeg": "^2.1.20",
"@types/node": "^17.0.9",
"@types/sharp": "^0.29.5",
"@types/shelljs": "^0.8.11",
"nodemon": "^2.0.15",
"ts-node": "^10.4.0",
"ts-node-dev": "^1.1.8",
"typescript": "^4.5.4"
}
}