-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.48 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
43
44
45
46
47
48
49
50
51
52
{
"name": "btrz-http-service",
"version": "1.39.0",
"description": "HTTP related utilities for Betterez APIs",
"main": "index.js",
"scripts": {
"test": "NODE_ENV=test npx mocha -- --exit --ui bdd -t 5000 test/*.js",
"test-w": "NODE_ENV=test npx mocha -w test/*.js",
"preversion": "npm test",
"postversion": "git push origin master && git push --tags",
"version": "git tag $1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Betterez/btrz-http-service.git"
},
"keywords": [
"request",
"response",
"handlers",
"http"
],
"author": "Betterez",
"license": "MIT",
"bugs": {
"url": "https://github.com/Betterez/btrz-http-service/issues"
},
"homepage": "https://github.com/Betterez/btrz-http-service#readme",
"dependencies": {
"express-mung": "^0.5.1",
"lodash.isplainobject": "^4.0.6",
"swagger-validation": "git+ssh://github.com/Betterez/swagger-validation.git#v10.1.1"
},
"devDependencies": {
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.11.1",
"body-parser": "^1.20.3",
"btrz-auth-api-key": "5.7.0",
"btrz-simple-dao": "^4.4.2",
"btrz-swagger-express": "git+ssh://github.com/Betterez/btrz-swagger-express.git#v3.0.0",
"chai": "^4.5.0",
"chance": "^1.1.12",
"express": "^4.21.0",
"globals": "^15.9.0",
"jsonwebtoken": "8.5.1",
"mocha": "^10.7.3",
"redis": "^3.1.2",
"sinon": "14.0.0",
"sinon-chai": "^3.7.0",
"supertest": "^7.0.0"
}
}