-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.27 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
{
"name": "rest-api-template",
"description": "",
"version": "1.0.0",
"type": "module",
"devDependencies": {
"@types/compression": "^1.7.5",
"@types/cookie-parser": "^1.4.7",
"@types/cors": "^2.8.17",
"@types/jsonwebtoken": "^9.0.6",
"@types/morgan": "^1.9.9",
"@types/node": "^20.12.12",
"tsx": "^4.9.3",
"typescript": "^5.4.5"
},
"dependencies": {
"@types/express": "^4.17.21",
"axios": "^1.6.8",
"chalk": "^5.3.0",
"compression": "^1.7.4",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"express-rate-limit": "^7.2.0",
"helmet": "^7.1.0",
"joi": "^17.13.1",
"jsonwebtoken": "^9.0.2",
"moment": "^2.0.0",
"mongoose": "^8.4.0",
"morgan": "^1.10.0",
"mysql2": "^3.10.0",
"sequelize": "^6.37.3",
"sqlite3": "^5.1.7",
"xss": "^1.0.15"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "npx tsx bin/www.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Emsa001/rest-api-template"
},
"author": "Emanuel Scura",
"license": "ISC",
"bugs": {
"url": "https://github.com/Emsa001/rest-api-template"
},
"homepage": "https://github.com/Emsa001/rest-api-template"
}