btrz-auth-api-key
Version:
Betterez api authorization library
44 lines (43 loc) • 1.14 kB
JSON
{
"name": "btrz-auth-api-key",
"version": "5.9.0",
"description": "Betterez api authorization library",
"main": "index.js",
"scripts": {
"test": "node --test --test-force-exit --test-concurrency=1 test/*.js",
"tdd": "node --test --watch --test-force-exit --test-concurrency=1 test/*.js",
"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": "1.15.0",
"btrz-simple-dao": "4.6.0",
"jsonwebtoken": "9.0.3",
"passport": "0.7.0",
"passport-localapikey-update": "0.6.0"
},
"devDependencies": {
"body-parser": "1.20.0",
"chance": "1.1.13",
"express": "4.18.1",
"nock": "14.0.12",
"sinon": "21.1.2",
"supertest": "7.2.2"
}
}