-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 898 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 898 Bytes
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
{
"name": "typescript",
"version": "1.0.0",
"description": "",
"main": "typescript/test.ts",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "https://github.com/QuBenhao/LeetCode.git"
},
"overrides": {
"lodash": ">=4.17.21"
},
"devDependencies": {
"@datastructures-js/priority-queue": "5.4.0",
"@datastructures-js/queue": "4.2.3",
"@types/jest": "^29.5.12",
"@types/lodash": "^4.17.5",
"@typescript-eslint/eslint-plugin": "^7.13.0",
"@typescript-eslint/parser": "^7.13.0",
"dotenv": "^16.4.5",
"jest": "^29.7.0",
"lodash": ">=4.17.21",
"lodash-contrib": "^4.1200.1",
"ts-jest": "^29.1.5",
"ts-node": "^10.9.2",
"typescript": "^5.5.2"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^7.13.0",
"@typescript-eslint/parser": "^7.13.0",
"typescript": "^5.5.2"
}
}