-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.41 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.41 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
51
52
53
54
55
56
57
{
"name": "miner",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"deploy": "git push heroku master:master",
"postinstall": "patch-package",
"start": "./run-all.sh"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"algoliasearch": "^3.35.1",
"async": "^2.6.2",
"aws-sdk": "^2.639.0",
"axios": "^0.21.1",
"bluebird": "^3.5.1",
"cli-spinners": "^2.2.0",
"colors": "^1.3.0",
"dom-parser": "^0.1.5",
"dotenv": "^4.0.0",
"express": "^4.17.2",
"generate-password": "^1.6.0",
"get-mp3-duration": "^1.0.0",
"get-urls": "^10.0.1",
"html-entities": "^1.3.1",
"html-parse-stringify": "^3.0.1",
"html-to-json": "^0.6.0",
"jsdom": "^16.4.0",
"jsmediatags": "^3.9.3",
"lodash": "^4.17.21",
"meta-scrape": "0.0.4",
"moment": "^2.29.1",
"mongodb": "^4.2.1",
"mongoose": "^5.11.15",
"monk": "^7.3.4",
"node-html-parser": "^1.1.12",
"ora": "^4.0.3",
"patch-package": "^6.4.7",
"pdf2json": "^1.2.0",
"pdfreader": "^1.0.6",
"promise-parallel-throttle": "^3.3.0",
"request": "^2.87.0",
"request-promise": "^4.2.0",
"striptags": "^3.1.1",
"twitter": "^1.7.1",
"valid-url": "^1.0.9",
"wpapi": "^1.0.3",
"xml2js": "^0.4.23"
},
"devDependencies": {
"ansi-regex": "^6.0.1"
}
}