-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.1 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.1 KB
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": "leet-code",
"license": "MIT",
"repository": "git@github.com:WangYang-Rex/leet-code.git",
"author": "wangyang <wy617418875@gmail.com>",
"scripts": {
"dev1": "nr create",
"build1": "nr update",
"dev": "esno scripts/create.ts",
"build": "esno scripts/category.ts",
"create": "esno scripts/create.ts",
"update": "esno scripts/category.ts",
"test": "vitest --dir problemset",
"test:all": "vitest",
"lint": "eslint problemset --ext .js,.ts"
},
"dependencies": {
"@datastructures-js/priority-queue": "^6.1.4",
"ts-node": "^10.9.1"
},
"devDependencies": {
"@antfu/ni": "^0.18.5",
"@ouduidui/eslint-config-ts": "^0.1.1",
"@types/clear": "^0.1.2",
"@types/figlet": "^1.5.5",
"@types/inquirer": "^9.0.3",
"@types/node": "^18.11.9",
"chalk": "^5.1.2",
"clear": "^0.1.0",
"eslint": "^8.27.0",
"esno": "^0.16.3",
"execa": "^6.1.0",
"figlet": "^1.5.2",
"inquirer": "^9.1.4",
"local-caches": "^1.0.0",
"magic-string": "^0.26.7",
"typescript": "^4.8.4",
"vite": "^3.2.3",
"vitest": "^0.25.2"
}
}