-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
63 lines (63 loc) · 1.85 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
{
"name": "imscrapper",
"version": "0.1.0",
"description": "WebScrapper",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"_tsc": "tsc",
"lint:fix": "eslint --ext ts --fix src",
"start": "node ./.build/index.js",
"process": "node ./.build/process.js",
"dev": "run-s lint:fix _tsc"
},
"keywords": [],
"author": "",
"license": "UNLICENSED",
"engines": {
"node": ">=18.0.0"
},
"dependencies": {
"arabic-persian-reshaper": "^1.0.1",
"axios": "^1.5.1",
"better-sqlite3": "^8.7.0",
"blessed": "^0.1.81",
"brotli": "^1.3.2",
"chalk": "^5.3.0",
"cmd-ts": "^0.13.0",
"crypto-js": "^4.1.1",
"csv-reader": "^1.0.12",
"deepmerge": "^4.3.1",
"dotenv": "^16.0.3",
"he": "^1.2.0",
"jalali-moment": "^3.3.11",
"log-timestamp": "^0.3.0",
"long": "4.0.0",
"md5": "^2.3.0",
"mysql-promise": "^5.0.0",
"node-fetch": "^3.3.2",
"node-html-parser": "^6.1.10",
"request": "^2.88.0",
"request-promise": "^4.2.6",
"socks-proxy-agent": "^7.0.0",
"ts-md5": "^1.3.1",
"ts-transformer-keys": "^0.4.4"
},
"devDependencies": {
"@eslint/create-config": "0.4.6",
"@rollup/plugin-commonjs": "^25.0.4",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.2.1",
"@types/better-sqlite3": "^7.6.5",
"@types/blessed": "^0.1.23",
"@types/he": "^1.2.1",
"@types/long": "4.0.0",
"@types/node": "^20.6.0",
"@typescript-eslint/eslint-plugin": "^6.7.2",
"@typescript-eslint/parser": "^6.7.2",
"eslint": "^8.48.0",
"npm-run-all": "^4.1.5",
"supervisor": "~0.12.0",
"typescript": "^4.9.5"
}
}