blitzware-node-api-sdk
Version:
BlitzWare Node.js SDK for Backend / Resource Server and Machine-to-Machine (API)
51 lines (50 loc) • 1.29 kB
JSON
{
"name": "blitzware-node-api-sdk",
"version": "1.0.2",
"description": "BlitzWare Node.js SDK for Backend / Resource Server and Machine-to-Machine (API)",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc -p tsconfig.json",
"pretest": "npm run build",
"test": "jest --runInBand",
"example:express": "node examples/express-example.js",
"example:koa": "node examples/koa-example.js"
},
"keywords": [
"blitzware",
"oauth2",
"api",
"resource-server",
"jwt",
"jwks"
],
"license": "MIT",
"dependencies": {
"axios": "^1.7.7",
"dotenv": "^17.2.1",
"jsonwebtoken": "^9.0.0",
"lru-cache": "^10.0.0",
"uuid": "^9.0.0"
},
"devDependencies": {
"@koa/router": "^12.0.0",
"@types/express": "^4.17.17",
"@types/jest": "^29.5.0",
"@types/jsonwebtoken": "^9.0.0",
"@types/node": "^20.0.0",
"@types/supertest": "^2.0.12",
"express": "^4.18.2",
"jest": "^29.5.0",
"koa": "^3.0.0",
"koa-bodyparser": "^4.4.1",
"supertest": "^6.3.3",
"ts-jest": "^29.1.0",
"ts-node": "^10.9.1",
"typescript": "^5.0.4"
},
"peerDependencies": {
"express": "^4.18.0",
"koa": "^3.0.0"
}
}