-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 800 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 800 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
{
"name": "leetcode",
"version": "1.0.0",
"description": "This is my leetcode solutions with rust.",
"main": "index.js",
"scripts": {
"gen": "leetcode show -gx -l javascript -o js",
"list": "leetcode list",
"login": "leetcode user -l",
"submit": "leetcode submit",
"ltest": "leetcode test",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Frezc/leetcode-solutions.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Frezc/leetcode-solutions/issues"
},
"homepage": "https://github.com/Frezc/leetcode-solutions#readme",
"dependencies": {
"@types/jest": "^26.0.23",
"jest": "^27.0.4",
"leetcode-cli": "^2.6.1",
"ts-jest": "^27.0.2",
"typescript": "^4.3.2"
}
}