-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
44 lines (44 loc) · 1.1 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
{
"name": "archives",
"version": "1.0.0",
"description": "一个长期主义者的知识库",
"keywords": [],
"homepage": "https://github.com/vannvan/archives#readme",
"bugs": {
"url": "https://github.com/vannvan/archives/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vannvan/archives.git"
},
"license": "ISC",
"author": "vannvan",
"main": "dist-info.js",
"scripts": {
"gents": "node scripts/gen-ts-jest-script.js",
"jest": "jest",
"la": "node scripts/lc-analyse",
"lc": "node scripts/gen-leetcode-function",
"sync-yuque": "ts-node-esm -T scripts/sync-yuque-doc-task.ts"
},
"dependencies": {
"@types/node": "^20.3.1",
"chalk": "4",
"dayjs": "^1.11.7",
"inquirer": "^8.2.0",
"lodash": "^4.17.21",
"ora": "^5.4.1",
"prettier": "^2.8.4",
"readme-md-generator": "^1.0.0",
"shelljs": "^0.8.5",
"ts-node": "^10.9.1",
"yuque-tools": "2.2.2"
},
"devDependencies": {
"@types/jest": "^29.4.0",
"axios": "^1.6.2",
"jest": "^29.4.3",
"ts-jest": "^29.0.5",
"typescript": "^4.9.5"
}
}