UNPKG

btrz-auth-api-key

Version:
48 lines (47 loc) 1.16 kB
{ "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" } }