-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
68 lines (68 loc) · 1.72 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
{
"name": "stills",
"version": "25.9.2",
"description": "A stills and GIF bot",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/shahkashani/stills"
},
"engines": {
"node": ">12.x"
},
"jest": {
"testMatch": [
"**/**.tests.js"
]
},
"scripts": {
"test": "./node_modules/.bin/jest"
},
"author": "Shah Kashani",
"license": "MIT",
"dependencies": {
"@aws-sdk/client-s3": "^3.436.0",
"@aws-sdk/s3-request-presigner": "^3.436.0",
"@azure/ai-text-analytics": "^5.0.1",
"@azure/cognitiveservices-computervision": "^8.2.0",
"@azure/ms-rest-azure-js": "^2.1.0",
"@svgdotjs/svg.filter.js": "^3.0.8",
"@svgdotjs/svg.js": "^3.1.2",
"@tensorflow/tfjs-node": "^4.12.0",
"@vladmandic/human": "^3.0.5",
"canvas": "^2.11.2",
"canvas-txt": "^3.0.0",
"compromise": "^13.11.2",
"compromise-sentences": "^0.3.0",
"compromise-strict": "0.0.2",
"cpu-percentage": "^1.0.3",
"dotenv": "^8.2.0",
"fluent-ffmpeg": "^2.1.2",
"geometric": "^2.2.10",
"glob": "^7.1.6",
"gm": "^1.23.1",
"jest": "^27.0.4",
"knuth-morris-pratt": "^1.0.0",
"lodash": "^4.17.21",
"musixmatch-node": "^1.0.2",
"no-profanity": "^1.4.2",
"node-fetch": "^2.7.0",
"parse-srt": "^1.0.0-alpha",
"pdf-parse": "^1.1.1",
"pixelmatch": "^5.3.0",
"pngjs": "^6.0.0",
"polygon": "^1.0.2",
"press-any-key": "^0.1.1",
"random-word": "^2.0.0",
"redis": "^4.6.11",
"sbd": "^1.0.18",
"sharp": "^0.32.6",
"sharp-gif2": "^0.1.3",
"shelljs": "^0.8.5",
"string-similarity-js": "^2.1.4",
"svgdom": "^0.1.10",
"tumblr.js": "^4.0.0",
"wasm-vips": "^0.0.4",
"yargs": "^13.3.2"
}
}