UNPKG

@earnaha/auth0-action-helper

Version:
88 lines 2.67 kB
{ "name": "@earnaha/auth0-action-helper", "version": "1.3.22", "main": "index.js", "description": "AHA auth0 action helper", "author": "jessie.kao@avancevl.com", "license": "ISC", "engines": { "node": "^18", "npm": "^9.6.7" }, "scripts": { "prepare": "husky install", "start": "node index.js", "test": "./make test:js", "test:ut": "./make test:js ut", "lint:fix": "eslint -c .eslintrc.json --fix --fix-type problem,suggestion,layout ./src", "lint:check": "eslint -c .eslintrc.json --max-warnings=0 ./src", "auth0:tenant:dev": "auth0 tenants use dev-oqwu.jp.auth0.com", "auth0:tenant:beta": "auth0 tenants use aha-beta.jp.auth0.com", "auth0:tenant:gamma": "auth0 tenants use aha-gamma.jp.auth0.com", "auth0:tenant:prod": "auth0 tenants use aha.jp.auth0.com", "build": "node esbuild.config.mjs", "deploy:post-login": "auth0 actions update --name post-login --code \"$(cat ./dist/post.login.entry.js)\"" }, "dependencies": { "@elastic/ecs-pino-format": "^1.3.0", "@jest/globals": "^29.7.0", "@opensearch-project/opensearch": "^2.3.1", "@sentry/integrations": "^7.72.0", "@sentry/node": "^7.72.0", "@sentry/tracing": "^7.72.0", "@synapsestudios/winston-sentry": "^2.1.0", "axios": "^1.5.1", "dotenv-flow": "^3.3.0", "eslint-import-resolver-alias": "^1.1.2", "git-last-commit": "1.0.1", "lodash": "^4.17.21", "nanoid": "3.1.20", "pino": "^8.15.1", "pino-opensearch": "^1.1.0", "pino-pretty": "^10.2.0", "yup": "^1.3.1" }, "devDependencies": { "axios-mock-adapter": "^1.22.0", "babel-jest": "^29.7.0", "conventional-changelog-cli": "^4.1.0", "cz-conventional-changelog": "^3.3.0", "esbuild": "^0.24.0", "esbuild-node-externals": "^1.15.0", "eslint": "8.50.0", "eslint-config-airbnb-base": "15.0.0", "eslint-config-prettier": "9.0.0", "eslint-plugin-import": "2.28.1", "eslint-plugin-prettier": "5.0.0", "eslint-plugin-simple-import-sort": "^10.0.0", "husky": "^8.0.3", "jest": "^29.7.0", "lint-staged": "^14.0.1", "pre-commit": "1.2.2", "prettier": "3.0.3" }, "repository": { "type": "git", "url": "git+https://github.com/EarnAha/auth0-action-helper.git" }, "keywords": [ "js", "aha", "EarnAha", "auth0", "action", "helper" ], "bugs": { "url": "https://github.com/EarnAha/auth0-action-helper/issues" }, "homepage": "https://github.com/EarnAha/auth0-action-helper#readme", "config": { "commitizen": { "path": "cz-conventional-changelog" } }, "imports": { "##/*": "./src/*" } }