-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 1.01 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
{
"dependencies": {
"@hapi/bourne": "^3.0.0",
"@hapi/code": "^9.0.3",
"@hapi/joi": "^17.1.1",
"@hapi/lab": "^25.1.2",
"chai-http": "^4.3.0",
"express": "^4.18.2",
"joi": "^17.8.3",
"pg": "^8.9.0",
"supertest": "^6.3.3",
"type-is": "^1.6.18",
"typescript": "^4.9.5"
},
"name": "practiceexpress",
"version": "1.0.0",
"main": "serverCalci.ts",
"scripts": {
"test": "mocha compiledfiles/unittest/test.spec.js",
"start": "nodemon server.ts"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@types/chai": "^4.3.4",
"@types/mocha": "^10.0.1",
"@types/node": "^18.14.6",
"chai": "^4.3.7",
"mocha": "^10.2.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yashashkumar/CRUD-express-backend-.git"
},
"keywords": [],
"bugs": {
"url": "https://github.com/yashashkumar/CRUD-express-backend-/issues"
},
"homepage": "https://github.com/yashashkumar/CRUD-express-backend-#readme",
"description": ""
}