forked from DKSH-WoongDo/Woongdo-API
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.27 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.27 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
42
43
44
45
46
47
48
49
50
51
{
"name": "Woongdo-API",
"version": "1.0.0",
"description": "웅도 API",
"main": "index.js",
"scripts": {
"start": "node dist/index.js",
"dev": "nodemon src/index.ts",
"build": "tsc -p ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/DKSH-WoongDo/Woongdo-API.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/DKSH-WoongDo/Woongdo-API/issues"
},
"homepage": "https://github.com/DKSH-WoongDo/Woongdo-API#readme",
"devDependencies": {
"@types/node": "^16.6.2",
"@types/uuid": "^8.3.4",
"nodemon": "^2.0.12",
"ts-node": "^10.2.1",
"typescript": "^4.3.5"
},
"dependencies": {
"@types/cors": "^2.8.12",
"@types/crypto-js": "^4.1.0",
"@types/express": "^4.17.13",
"@types/jsonwebtoken": "^8.5.5",
"@types/lru-cache": "^5.1.1",
"@types/mysql": "^2.15.19",
"axios": "^0.25.0",
"cors": "^2.8.5",
"crypto-js": "^4.1.1",
"dotenv": "^14.2.0",
"express": "^4.17.2",
"express-rate-limit": "^6.3.0",
"fs": "^0.0.1-security",
"https": "^1.0.0",
"jsonwebtoken": "^8.5.1",
"moment-timezone": "^0.5.33",
"mysql": "^2.18.1",
"node-jsencrypt-fix": "^1.0.0",
"os": "^0.1.2",
"uuid": "^8.3.2"
},
"keywords": []
}