generated from kong-education/KongAir
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 996 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
37
38
39
{
"name": "customer",
"version": "0.1.0",
"description": "KongAir Customer Information service",
"main": "index.js",
"scripts": {
"test": "mocha app.test.js",
"start": "node main.js ${KONG_AIR_CUSTOMER_PORT}",
"dev": "nodemon main.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Kong/KongAir.git"
},
"author": "Rick Spurgeon",
"license": "SEE LICENSE IN LICENSE",
"bugs": {
"url": "https://github.com/Kong/KongAir/issues"
},
"homepage": "https://github.com/Kong/KongAir#readme",
"dependencies": {
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"express": "~4.18.2",
"express-openapi": "^12.1.3",
"express-openapi-validator": "^5.0.4",
"jsonwebtoken": "^9.0.0",
"morgan": "~1.9.1",
"swagger-ui-express": "^4.1.6",
"yamljs": "^0.3.0"
},
"devDependencies": {
"chai": "^4.3.7",
"get-port": "^7.0.0",
"mocha": "^10.2.0",
"sinon": "^15.2.0",
"supertest": "^6.3.3"
}
}