forked from fac-17/JOHAS-Fun-FAC-ts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 867 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
{
"name": "johas-fun-fac-ts",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "NODE_ENV=test tape src/tests/*.test.js | tap-spec",
"start": "node src/index.js",
"watch": "nodemon src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fac-17/JOHAS-Fun-FAC-ts.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/fac-17/JOHAS-Fun-FAC-ts/issues"
},
"homepage": "https://github.com/fac-17/JOHAS-Fun-FAC-ts#readme",
"dependencies": {
"body-parser": "^1.19.0",
"dotenv": "^8.1.0",
"express": "^4.17.1",
"express-handlebars": "^3.1.0",
"path": "^0.12.7",
"pg": "^7.12.1",
"url": "^0.11.0"
},
"devDependencies": {
"nodemon": "^1.19.1",
"tap-spec": "^5.0.0",
"tape": "^4.11.0"
}
}