-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (37 loc) · 820 Bytes
/
package.json
File metadata and controls
38 lines (37 loc) · 820 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
37
38
{
"name": "y",
"version": "1.0.0",
"description": "",
"homepage": "https://github.com/synw1024/leetcode#readme",
"bugs": {
"url": "https://github.com/synw1024/leetcode/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/synw1024/leetcode.git"
},
"license": "ISC",
"author": "",
"type": "module",
"main": "1.js",
"scripts": {
},
"dependencies": {
"acorn": "^8.15.0",
"acorn-walk": "^8.3.4",
"arg": "^4.1.3",
"create-require": "^1.1.1",
"diff": "^4.0.2",
"make-error": "^1.3.6",
"ts-node": "^10.9.2",
"typescript": "^5.9.3",
"undici-types": "^7.16.0",
"v8-compile-cache-lib": "^3.0.1",
"yn": "^3.1.1"
},
"devDependencies": {
"ts-node": "^10.9.2",
"tsx": "^4.20.6",
"typescript": "^5.9.3"
}
}