-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.13 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
{
"name": "mohaeng-push-server",
"version": "1.0.0",
"description": "모행? 나랑놀자!",
"main": "src/index.ts",
"scripts": {
"dev": "ts-code src",
"build": "node --max-old-space-size=12000 dist",
"test": "nodemon"
},
"dependencies": {
"dotenv": "^10.0.0",
"express": "^4.17.1",
"express-validator": "^6.12.0",
"mongoose": "^5.13.0",
"mysql2": "^2.3.2",
"node-schedule": "^2.0.0",
"sequelize": "^6.8.0",
"sequelize-cli": "^6.2.0"
},
"devDependencies": {
"@types/express": "^4.17.12",
"@types/mongoose": "^5.11.97",
"@types/node": "^16.11.6",
"axios": "^0.21.1",
"dayjs": "^1.10.6",
"fcm-node": "^1.6.1",
"firebase-admin": "^9.10.0",
"nodemon": "^2.0.9",
"ts-node": "^10.4.0",
"typescript": "^4.4.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/team-journey/journey-server.git"
},
"author": "khyunjiee",
"license": "ISC",
"bugs": {
"url": "https://github.com/team-journey/journey-server/issues"
},
"homepage": "https://github.com/team-journey/journey-server#readme",
"proxy": "http://localhost:5000"
}