UNPKG

@3kles/3kles-ionauth

Version:
66 lines 1.76 kB
{ "name": "@3kles/3kles-ionauth", "version": "2.0.2", "description": "3KLES Ion Auth", "main": "dist/index.js", "typings": "dist/index.d.ts", "repository": { "type": "git", "url": "http://gitlab.3kles.local/c3kles/lib/corejs/3kles-ionauth/" }, "keywords": [ "3KLES", "Express", "Core", "Router", "Service", "Http" ], "author": "3Kles Lab", "license": "ISC", "bugs": { "url": "http://gitlab.3kles.local/3kles/lib/corejs/3kles-ionauth/issues" }, "homepage": "http://gitlab.3kles.local/3kles/lib/corejs/3kles-ionauth", "scripts": { "dev": "node -r ts-node/register src/app.ts ", "build": "webpack --config webpack.config.js" }, "dependencies": { "dotenv": "^16.4.5", "express": "^4.19.2", "jsonwebtoken": "^9.0.2", "jwks-rsa": "2.1.5" }, "devDependencies": { "@types/express": "^4.17.21", "@types/jest": "^29.5.12", "@types/node": "^22.5.0", "@types/supertest": "^6.0.2", "@typescript-eslint/eslint-plugin": "^8.2.0", "@typescript-eslint/parser": "^8.2.0", "ajv": "^8.17.1", "ajv-keywords": "^5.1.0", "assert": "^2.1.0", "browserify-zlib": "^0.2.0", "compression-webpack-plugin": "^11.1.0", "crypto-browserify": "^3.12.0", "eslint": "^9.9.0", "https-browserify": "^1.0.0", "jest": "^29.7.0", "os-browserify": "^0.3.0", "querystring-es3": "^0.2.1", "stream-browserify": "^3.0.0", "stream-http": "^3.2.0", "supertest": "^7.0.0", "ts-jest": "^29.2.4", "ts-loader": "^9.5.1", "ts-node": "^10.9.1", "typescript": "^5.5.4", "url": "^0.11.4", "vm-browserify": "^1.1.2", "webpack": "^5.94.0", "webpack-bundle-analyzer": "^4.10.2", "webpack-cli": "^5.1.4" } }