-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
69 lines (69 loc) · 2.11 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
65
66
67
68
69
{
"name": "animeback",
"version": "1.0.0",
"description": "submit wallpapers",
"main": "./script/wizard.js",
"scripts": {
"start": "npm run build",
"test": "npm run build",
"build": "npm-run-all build:*",
"build:TS": "node ./script/TS_logo.js",
"build:rename": "node ./script/rename.js",
"build:wizard": "node ./script/wizard.js",
"build:extract": "node ./script/extract.js",
"build:resize": "node ./script/resize.js",
"build:artifact": "node ./script/artifact.js",
"build:resizeForTest": "node ./script/resizeForTest.js",
"build:getColors": "node ./script/getColors.js",
"build:convertData": "node ./script/convertDataImg.js",
"build:wizard2": "node ./script/wizard.js",
"build:clean": "node ./script/clean.js",
"build:reorder": "node ./script/reorder.js",
"build:discord": "node ./script/discord.js",
"build:badge": "node ./script/badgeCreator.js",
"youtube": "node ./script/youtube.js",
"auto": "script/auto.sh",
"clean": "node ./script/clean.js",
"extract": "node ./script/extract.js",
"reset": "node ./script/reset.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LeGitHubDeTai/AnimeBack.git"
},
"keywords": [
"tai",
"studio",
"animeback"
],
"author": "Tai Studio",
"license": "MIT",
"bugs": {
"url": "https://github.com/LeGitHubDeTai/AnimeBack/issues"
},
"homepage": "https://github.com/LeGitHubDeTai/AnimeBack#readme",
"dependencies": {
"cheerio": "1.0.0-rc.10",
"colors": "^1.4.0",
"decompose-url": "^0.1.2",
"ffmpeg": "^0.0.4",
"ffmpeg-extract-frames": "^2.0.2",
"fluent-ffmpeg": "^2.1.2",
"fs": "0.0.1-security",
"gif-frames": "^1.0.1",
"jimp": "^0.16.1",
"jpeg-js": "^0.4.3",
"nconf": "^0.12.0",
"npm-run-all": "^4.1.5",
"perfect-logger": "^2.0.1",
"pngjs": "^6.0.0",
"request": "^2.88.2",
"rimraf": "^3.0.2",
"sharp": "^0.29.0",
"util": "^0.12.3",
"youtube-dl-progress": "^1.13.3"
},
"devDependencies": {
"nth-check": ">=2.0.1"
}
}