-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 871 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
{
"name": "quicksubmit",
"module": "index.ts",
"type": "module",
"peerDependencies": {
"typescript": "^5.3.3"
},
"dependencies": {
"@types/crypto-js": "^4.2.1",
"@types/jsdom": "^21.1.6",
"commander": "^11.1.0",
"crypto-js": "^4.2.0",
"jsdom": "^23.0.1"
},
"version": "1.5.1",
"description": "Submit code to XMOJ.",
"main": "index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"check": "deno check index.ts",
"build": "deno compile -A index.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/boomzero/quicksubmit.git"
},
"keywords": [
"xmoj"
],
"author": "zhuchenrui",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/boomzero/quicksubmit/issues"
},
"homepage": "https://github.com/boomzero/quicksubmit#readme"
}