@3kles/3kles-ionauth
Version:
64 lines (63 loc) • 1.67 kB
JSON
{
"name": "@3kles/3kles-ionauth",
"version": "2.0.3",
"description": "3KLES Ion Auth",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/3kles-lab/3kles-ionauth/"
},
"keywords": [
"3KLES",
"ION",
"M3"
],
"author": "3Kles Lab",
"license": "ISC",
"bugs": {
"url": "https://github.com/3kles-lab/3kles-ionauth/issues"
},
"homepage": "https://github.com/3kles-lab/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"
}
}