-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1003 Bytes
/
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
{
"name": "xxt_crawler",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "ts-node src/index.ts",
"test": "npx jest",
"build": "npx webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/duringbug/xxt_crawler.git"
},
"author": "duringbug",
"license": "ISC",
"bugs": {
"url": "https://github.com/duringbug/xxt_crawler/issues"
},
"homepage": "https://github.com/duringbug/xxt_crawler#readme",
"devDependencies": {
"@types/axios": "^0.14.0",
"@types/cheerio": "^0.22.32",
"@types/iconv-lite": "^0.0.1",
"@types/jest": "^29.5.4",
"@types/lodash": "^4.14.198",
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"ts-loader": "^9.4.4",
"ts-node": "^10.9.1",
"typescript": "^5.2.2",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"@types/node": "^20.6.0",
"axios": "^1.5.0",
"cheerio": "^1.0.0-rc.12",
"iconv-lite": "^0.6.3"
}
}