-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.02 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.02 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
{
"name": "seaper",
"version": "0.4.0",
"description": "Seaper Powered By Xiaoyi311 & SWS",
"scripts": {
"start": "ts-node src/app.ts",
"dev": "ts-node-dev --respawn --transpile-only src/app.ts",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Seaper-Team/Seaper.git"
},
"author": "Xiaoyi311 & SWS",
"license": "Apache 2.0",
"bugs": {
"url": "https://github.com/Seaper-Team/Seaper/issues"
},
"homepage": "https://github.com/Seaper-Team/Seaper#readme",
"dependencies": {
"body-parser": "^1.20.2",
"express": "^4.18.2",
"express-session": "^1.17.3",
"log4js": "^6.9.1",
"string-random": "^0.1.3"
},
"devDependencies": {
"@types/express": "^4.17.17",
"@types/express-session": "^1.17.7",
"@types/node": "^20.3.1",
"ts-loader": "^9.4.3",
"ts-node": "^10.9.1",
"ts-node-dev": "^2.0.0",
"typescript": "^5.1.3",
"webpack": "^5.88.0",
"webpack-cli": "^5.1.4",
"webpack-node-externals": "^3.0.0"
}
}