-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 874 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": "swagger-productstore",
"version": "1.1.4",
"description": "No description provided (generated by OAS Codegen)",
"main": "index.js",
"scripts": {
"prestart": "npm install",
"start": "node index.js",
"test": "jest --coverage --no-cache --detectOpenHandles --runInBand --forceExit"
},
"keywords": [
"OAI"
],
"license": "Unlicense",
"private": true,
"dependencies": {
"axios": "^0.21.1",
"bcrypt": "^5.0.0",
"body-parser": "^1.18.3",
"cors": "^2.8.5",
"express": "^4.16.3",
"js-yaml": "^3.3.0",
"mongoose": "^5.11.7",
"nock": "^13.0.6",
"oas-tools": "^2.1.4",
"request-promise-native": "^1.0.9",
"ts-node": "^9.1.1",
"url-join": "^4.0.1"
},
"devDependencies": {
"jest": "^26.6.3",
"jest-extended": "^0.11.5",
"supertest": "^6.0.1",
"typescript": "^4.1.3"
}
}