-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.07 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
{
"name": "parcel_koi",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "nodemon --inspect -r esm ./src/server.js",
"test": "jest --runInBand --force-exit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zunayed-arp/parcel_koi.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/zunayed-arp/parcel_koi/issues"
},
"homepage": "https://github.com/zunayed-arp/parcel_koi#readme",
"dependencies": {
"@babel/core": "^7.20.7",
"@babel/preset-env": "^7.20.2",
"babel-jest": "^29.3.1",
"dotenv": "^16.0.3",
"esm": "^3.2.25",
"express": "^4.18.2",
"express-winston": "^4.2.0",
"jest": "^29.3.1",
"joi": "^17.7.0",
"mongodb": "^4.12.1",
"mongoose": "^6.7.3",
"nodemon": "^2.0.20",
"superagent": "^8.0.6",
"supertest": "^6.3.3",
"swagger-ui-express": "^4.6.0",
"winston": "^3.8.2",
"winston-daily-rotate-file": "^4.7.1",
"winston-elasticsearch": "^0.7.13",
"winston-mongodb": "^5.1.0"
}
}