-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 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
{
"name": "leetcode-daily",
"version": "1.0.0",
"description": "my-leetcode",
"keywords": [],
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/lqf66/leetcode-daily.git"
},
"author": "leiqifan <[email protected]>",
"main": "index.js",
"scripts": {
"test": "jest",
"create": "node scripts/create",
"update": "node scripts/category",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"bugs": {
"url": "https://github.com/lqf66/leetcode-daily/issues"
},
"homepage": "https://github.com/lqf66/leetcode-daily#readme",
"devDependencies": {
"@types/jest": "^27.4.1",
"@types/node": "^17.0.21",
"@vancats/eslint-config": "^0.0.6",
"chalk": "^4.1.2",
"clear": "^0.1.0",
"eslint": "^8.13.0",
"execa": "^5.1.1",
"figlet": "^1.5.2",
"husky": "^7.0.4",
"inquirer": "^8.1.2",
"jest": "^27.5.1",
"ts-jest": "^27.1.3",
"ts-node": "^10.7.0",
"typescript": "^4.6.2"
}
}