This repository has been archived by the owner on Sep 18, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
53 lines (53 loc) · 1.62 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "web.ts",
"version": "1.0.0",
"main": "./src/server.ts",
"scripts": {
"start": "npm install -D @types/node && node dist/server.js",
"run": "node dist/server.js",
"build": "npm install --save tsc express body-parser compression cookie-parser cors ejs ts-node typescript mongoose && npm install --save-dev @types/express @types/body-parser @types/compression @types/cookie-parser @types/cors @types/dotenv @types/lodash @types/mongoose && tsc init && tsc -w"
},
"author": "",
"license": "ISC",
"dependencies": {
"@types/fs-extra": "^11.0.4",
"@types/random-string": "^0.0.31",
"body-parser": "^1.20.2",
"compression": "^1.7.4",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"ejs": "^3.1.9",
"env": "^0.0.2",
"express": "^4.18.2",
"fs-extra": "^11.1.1",
"lodash": "^4.17.21",
"mongoose": "^8.0.3",
"nodemon": "^3.0.2",
"random-string": "^0.2.0",
"ts-node": "^10.9.2",
"tsc": "^2.0.4",
"typescript": "^5.3.3",
"yarn": "^1.22.19"
},
"repository": {
"type": "git",
"url": "git+https://github.com/WGM-Devils/web.ts.git"
},
"bugs": {
"url": "https://github.com/WGM-Devils/web.ts/issues"
},
"homepage": "https://github.com/WGM-Devils/web.ts#readme",
"description": "",
"devDependencies": {
"@types/body-parser": "^1.19.5",
"@types/compression": "^1.7.5",
"@types/cookie-parser": "^1.4.6",
"@types/cors": "^2.8.17",
"@types/dotenv": "^8.2.0",
"@types/express": "^4.17.21",
"@types/lodash": "^4.14.202",
"@types/mongoose": "^5.11.97",
"@types/nodemon": "^1.19.6"
}
}