bento-auth-js
Version:
Authentication library for web applications of Bento-Platform
98 lines (97 loc) • 2.53 kB
JSON
{
"name": "bento-auth-js",
"version": "7.2.2",
"description": "Authentication library for web applications of Bento-Platform",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "npx tsc",
"prepublishOnly": "npm run build",
"lint": "npx eslint src",
"lint:fix": "npx eslint src --fix",
"buildpack": "rm -f ./packs/*.tgz && tsc && npm pack --pack-destination ./packs",
"prepare": "husky"
},
"release": {
"branches": [
"main"
],
"plugins": [
[
"@semantic-release/commit-analyzer",
{
"preset": "angular",
"releaseRules": [
{
"type": "chore",
"release": "patch"
},
{
"type": "refact",
"release": "minor"
},
{
"type": "refactor",
"release": "minor"
},
{
"type": "style",
"release": "patch"
}
]
}
],
"@semantic-release/release-notes-generator",
"@semantic-release/npm",
"@semantic-release/github",
"@semantic-release/git"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/bento-platform/bento_auth_js.git"
},
"keywords": [
"Bento",
"Auth"
],
"author": "Sanjeev Lakhwani",
"license": "MIT",
"bugs": {
"url": "https://github.com/bento-platform/bento_auth_js/issues"
},
"homepage": "https://github.com/bento-platform/bento_auth_js#readme",
"peerDependencies": {
"@reduxjs/toolkit": "^1.9.7",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-redux": "^8.1.3",
"react-router-dom": "^6.21.1",
"redux": "^4.2.0"
},
"dependencies": {
"jose": "^6.2.3"
},
"devDependencies": {
"@commitlint/cli": "^20.4.2",
"@commitlint/config-conventional": "^20.4.2",
"@eslint/js": "^9.13.0",
"@semantic-release/git": "^10.0.1",
"@types/react": "~18.3.3",
"@types/react-router-dom": "^5.3.3",
"@typescript-eslint/parser": "^8.11.0",
"eslint": "^9.13.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"globals": "^17.3.0",
"husky": "^9.1.6",
"prettier": "^3.3.3",
"react-redux": "^8.1.3",
"react-router-dom": "^6.21.1",
"redux": "^4.2.0",
"typescript": "~5.9.3",
"typescript-eslint": "^8.11.0"
}
}