-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 732 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 732 Bytes
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
{
"name": "damour",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "tsc --w",
"dev": "ts-node-dev --respawn --transpileOnly src/app.ts",
"prod": "tsc && ts-node ./build/app.js"
},
"dependencies": {
"@types/express": "^4.17.2",
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"dotenv": "^8.2.0",
"express": "^4.16.4",
"firebase-admin": "^8.8.0",
"http-errors": "~1.6.3",
"morgan": "~1.9.1",
"nodemon": "^1.19.4",
"pug": "^2.0.4",
"ts-lint": "^4.5.1",
"typescript": "^3.7.2"
},
"description": "projet d'amour",
"main": "app.js",
"devDependencies": {
"ts-node-dev": "^1.0.0-pre.44"
},
"author": "Mansour & Bertyn",
"license": "ISC"
}