-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.33 KB
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1.33 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": "xmoj-bbs",
"version": "1.1.1",
"private": false,
"scripts": {
"deploy": "wrangler deploy",
"start": "wrangler dev",
"test": "TS_NODE_TRANSPILE_ONLY=1 TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' node --require ts-node/register --test",
"coverage": "TS_NODE_TRANSPILE_ONLY=1 TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' c8 node --require ts-node/register --test",
"check-badge": "TS_NODE_TRANSPILE_ONLY=1 TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' node --require ts-node/register tools/check-badge.js"
},
"devDependencies": {
"@cloudflare/workers-types": "^5.20260722.1",
"@types/crypto-js": "^4.2.1",
"@types/sqlstring": "^2.3.2",
"c8": "^10.1.3",
"ts-node": "^10.9.1",
"typescript": "^5.2.2",
"wrangler": "^4.24.0"
},
"dependencies": {
"cheerio": "^1.0.0-rc.12",
"crypto-js": "^4.1.1",
"sqlstring": "^2.3.3"
},
"description": "The backend of XMOJ-Script",
"main": "Source/index.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/XMOJ-Script-dev/XMOJ-bbs.git"
},
"keywords": [
"xmoj"
],
"author": "XMOJ-Script-dev",
"license": "AGPL-3.0-or-later",
"bugs": {
"url": "https://github.com/XMOJ-Script-dev/XMOJ-bbs/issues"
},
"homepage": "https://github.com/XMOJ-Script-dev/XMOJ-bbs#readme"
}