{
  "name": "@orchard/frontend-identity",
  "version": "1.3.3",
  "main": "dist/cjs/index.js",
  "module": "dist/es/index.js",
  "types": "dist/es/index.d.ts",
  "repository": "https://github.com/theorchard/frontend-identity.git",
  "author": "The Orchard",
  "license": "MIT",
  "scripts": {
    "build": "rm -rf dist && yarn build:es && yarn build:cjs",
    "build:es": "tsc --build ./tsconfig.es.json",
    "build:cjs": "tsc --build ./tsconfig.cjs.json",
    "lint": "eslint --ext .ts,.tsx src",
    "test:unit": "jest",
    "test": "yarn lint && yarn test:unit"
  },
  "eslintConfig": {
    "extends": "@orchard/frontend-ts"
  },
  "jest": {
    "preset": "@orchard/frontend-cli"
  },
  "dependencies": {
    "@auth0/auth0-spa-js": "^1.15.0",
    "js-cookie": "^2.2.1",
    "jwt-decode": "^2.2.0"
  },
  "peerDependencies": {
    "react": "16.x",
    "lodash": "4.17.x"
  },
  "devDependencies": {
    "@orchard/frontend-cli": "^1.2.4",
    "@types/js-cookie": "^2.2.4",
    "@types/jwt-decode": "^2.2.1",
    "@types/lodash": "^4.14.157",
    "react": "^16.12.0",
    "react-dom": "^16.12.0",
    "lodash": "^4.17.20"
  },
  "files": [
    "dist"
  ]
}
