forked from 92shreyansh/ondc-mock-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 955 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": "nodeapp",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"ajv": "^8.12.0",
"ajv-errors": "^3.0.0",
"ajv-formats": "^2.1.1",
"axios": "^1.3.4",
"config-yaml": "^1.1.6",
"express": "^4.18.2",
"handlebars": "^4.7.7",
"js-yaml": "^4.1.0",
"json-schema-ref-parser": "^9.0.9",
"logger": "^0.0.1",
"mongoose": "^7.0.3",
"node-yaml-config": "^1.0.0",
"ondc-crypto-sdk-nodejs": "^1.0.2",
"postman-collection": "^4.1.7",
"uuid": "^9.0.0",
"winston": "^3.8.2",
"winston-daily-rotate-file": "^4.7.1",
"yaml": "^2.3.1"
},
"devDependencies": {
"eslint": "^8.36.0",
"nodemon": "^2.0.22"
}
}