-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.14 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
{
"name": "btrz-auth-api-key",
"version": "5.7.0",
"description": "Betterez api authorization library",
"main": "index.js",
"scripts": {
"test": "npx mocha --ui bdd -t 5000 --exit",
"tdd": "npx mocha -w",
"preversion": "npm test",
"postversion": "git push origin master && git push --tags",
"version": "git tag $1"
},
"repository": {
"type": "git",
"url": "https://github.com/Betterez/btrz-auth-api-key.git"
},
"keywords": [
"API",
"Auth",
"X-API-KEY"
],
"author": "Betterez",
"license": "MIT",
"bugs": {
"url": "https://github.com/Betterez/btrz-auth-api-key/issues"
},
"homepage": "https://github.com/Betterez/btrz-auth-api-key",
"dependencies": {
"axios": "^0.27.2",
"btrz-simple-dao": "^4.3.0",
"jsonwebtoken": "8.5.1",
"passport": "^0.6.0",
"passport-localapikey-update": "^0.6.0"
},
"devDependencies": {
"body-parser": "1.20.0",
"chai": "^4.5.0",
"chance": "1.1.8",
"express": "4.18.1",
"mocha": "^10.7.3",
"mockdate": "3.0.5",
"nock": "13.2.9",
"sinon": "^19.0.2",
"sinon-chai": "^3.7.0",
"supertest": "^7.0.0"
}
}