forked from ZutJoe/KoalaHackerNews
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.04 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
{
"name": "koala-hacker-news",
"version": "2.2.1",
"description": "Koala Hacker News 周报",
"main": "./src/main",
"scripts": {
"test": "jest",
"test:coverage": "jest --coverage",
"build": "ts-node ./src/main",
"lint": "pnpm rome ci ./"
},
"keywords": [],
"author": "",
"license": "MIT",
"dependencies": {
"@types/async": "^3.2.20",
"@types/underscore": "^1.11.8",
"@types/uuid": "^9.0.4",
"async": "^3.2.4",
"cheerio": "1.0.0-rc.12",
"date-fns": "^2.30.0",
"fs": "0.0.1-security",
"html-format": "^1.1.2",
"json5": "^2.2.3",
"path": "^0.12.7",
"ts-node": "^10.9.1",
"typescript": "^4.9.5",
"underscore": "^1.13.6",
"uuid": "^9.0.1"
},
"devDependencies": {
"@babel/core": "^7.22.10",
"@babel/preset-env": "^7.22.10",
"@babel/preset-typescript": "^7.22.5",
"@types/jest": "^29.5.3",
"@types/mocha": "^10.0.1",
"@types/node": "^18.17.4",
"babel-jest": "^29.6.2",
"jest": "^29.6.2",
"rome": "^11.0.0",
"tsconfig-paths": "^4.2.0"
}
}