mirror of
https://github.com/jambonz/jambonz-api-server.git
synced 2026-01-25 02:08:24 +00:00
38 lines
959 B
JSON
38 lines
959 B
JSON
{
|
|
"name": "jambones-api-server",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "app.js",
|
|
"scripts": {
|
|
"test": "NODE_ENV=test node test/ | ./node_modules/.bin/tap-spec",
|
|
"coverage": "./node_modules/.bin/nyc --reporter html --report-dir ./coverage npm run test",
|
|
"jslint": "eslint app.js lib"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"body-parser": "^1.19.0",
|
|
"config": "^3.2.4",
|
|
"express": "^4.17.1",
|
|
"mysql": "^2.17.1",
|
|
"passport": "^0.4.0",
|
|
"passport-http-bearer": "^1.0.1",
|
|
"pino": "^5.14.0",
|
|
"request": "^2.88.0",
|
|
"request-debug": "^0.2.0",
|
|
"swagger-ui-express": "^4.1.2",
|
|
"tape": "^4.11.0",
|
|
"uuid": "^3.3.3",
|
|
"yamljs": "^0.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^6.7.2",
|
|
"eslint-plugin-promise": "^4.2.1",
|
|
"nyc": "^14.1.1",
|
|
"request-promise-native": "^1.0.8",
|
|
"tap": "^14.10.2",
|
|
"tap-dot": "^2.0.0",
|
|
"tap-spec": "^5.0.0"
|
|
}
|
|
}
|