-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 956 Bytes
/
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
{
"name": "wedding-api",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "tsc && nodemon dist/server.js",
"start": "node dist/server.js"
},
"engines": {
"node": "18.17.0"
},
"author": "",
"license": "ISC",
"devDependencies": {
"typescript": "^5.2.2"
},
"dependencies": {
"@types/express": "^4.17.17",
"@types/morgan": "^1.9.4",
"chai": "^4.2.0",
"cors": "^2.8.5",
"date-fns": "^2.29.3",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"helmet": "^3.23.3",
"joi": "^17.10.2",
"knex": "^2.4.2",
"morgan": "^1.10.0",
"nodemon": "^3.0.1",
"ramda": "^0.29.0",
"xss": "^1.0.14",
"pg": "^8.3.0",
"postgrator": "^7.0.0",
"postgrator-cli": "^6.0.0"
}
}