forked from rlcjf0014/DediCats_Server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 2 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "dedicats-server",
"version": "1.0.0",
"description": "# CodeStake 송성현, 최윤정, 김대연, 김수지",
"main": "index.js",
"scripts": {
"start": "npm run build && node dist/index.js",
"server": "node dist/AuthenticationServer/serverIndex.js",
"dev": "ts-node src/index.ts",
"build": "rm -rf dist && tsc -p .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rlcjf0014/DediCats-server.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/rlcjf0014/DediCats-server/issues"
},
"homepage": "https://github.com/rlcjf0014/DediCats-server#readme",
"dependencies": {
"@types/cors": "^2.8.6",
"@types/express-session": "^1.15.16",
"@types/socket.io": "^2.1.4",
"aws-sdk": "^2.614.0",
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.4",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-redirect": "^1.2.2",
"fs": "0.0.1-security",
"jsonwebtoken": "^8.5.1",
"mysql": "^2.18.1",
"nodemailer": "^6.4.2",
"nodemailer-smtp-transport": "^2.7.4",
"reflect-metadata": "^0.1.13",
"socket.io": "^2.3.0",
"terraformer-wkt-parser": "^1.2.1",
"typeorm": "^0.2.22",
"winston": "^3.2.1",
"wkx": "^0.4.8"
},
"devDependencies": {
"@types/compression": "^1.0.1",
"@types/cookie-parser": "^1.4.2",
"@types/express": "^4.17.2",
"@types/jsonwebtoken": "^8.3.7",
"@types/node": "^13.5.3",
"@types/nodemailer": "^6.4.0",
"@types/nodemailer-smtp-transport": "^2.7.4",
"@typescript-eslint/eslint-plugin": "^2.18.0",
"@typescript-eslint/parser": "^2.18.0",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-import": "^2.20.0",
"nodemon": "^2.0.2",
"ts-node": "^8.6.2",
"tslint": "^6.0.0",
"tslint-config-prettier": "^1.18.0",
"typescript": "^3.7.5"
},
"keywords": []
}