{
  "name": "zskj-auth-sdk",
  "version": "0.1.41",
  "description": "A reusable authentication SDK based on React, TypeScript",
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "browser": {
    "./dist/esm/index.js": "./dist/esm/index.js",
    "./dist/cjs/index.js": "./dist/cjs/index.js"
  },
  "dependencies": {
    "@testing-library/dom": "^10.4.1",
    "@testing-library/jest-dom": "^6.8.0",
    "@testing-library/react": "^16.3.0",
    "@testing-library/user-event": "^13.5.0",
    "@types/jest": "^27.5.2",
    "@types/node": "^16.18.126",
    "@types/react": "^16.9.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
    "@types/react-dom": "^16.9.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
    "axios": "^1.12.2",
    "crypto-js": "^4.2.0",
    "typescript": "^4.0.0 || ^5.0.0",
    "web-vitals": "^2.1.4"
  },
  "peerDependencies": {
    "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
    "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
  },
  "devDependencies": {
    "@rollup/plugin-commonjs": "^24.1.0",
    "@rollup/plugin-json": "^6.1.0",
    "@rollup/plugin-node-resolve": "^15.3.1",
    "@rollup/plugin-typescript": "^10.0.1",
    "@types/crypto-js": "^4.2.2",
    "autoprefixer": "^10.4.21",
    "casdoor-js-sdk": "^0.16.0",
    "postcss": "^8.5.6",
    "rollup": "^3.29.5",
    "rollup-plugin-dts": "^5.3.1",
    "rollup-plugin-postcss": "^4.0.2",
    "tailwindcss": "^4.1.13",
    "tslib": "^2.8.1"
  },
  "scripts": {
    "build-sdk": "rm -rf ./dist && npm run build:types && rollup -c rollup.config.js",
    "build:types": "tsc --emitDeclarationOnly --outDir dist",
    "start": "react-scripts start",
    "build": "rm -rf ./dist && npm run build:types && rollup -c rollup.config.js",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "react",
    "typescript",
    "authentication",
    "casdoor",
    "sdk"
  ]
}
