{
  "name": "@logto/js",
  "version": "6.1.2",
  "type": "module",
  "module": "./lib/index.js",
  "types": "./lib/index.d.ts",
  "react-native": "./lib/index.js",
  "exports": {
    "types": "./lib/index.d.ts",
    "import": "./lib/index.js",
    "react-native": "./lib/index.js"
  },
  "files": [
    "lib"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/logto-io/js.git",
    "directory": "packages/js"
  },
  "dependencies": {
    "@silverhand/essentials": "^2.9.3",
    "camelcase-keys": "^9.1.3"
  },
  "devDependencies": {
    "@silverhand/eslint-config": "^6.0.1",
    "@silverhand/ts-config": "^6.0.0",
    "@types/node": "^22.0.0",
    "@vitest/coverage-v8": "^2.1.9",
    "eslint": "^8.57.0",
    "happy-dom": "^20.0.8",
    "jose": "^5.2.2",
    "lint-staged": "^15.0.0",
    "prettier": "^3.0.0",
    "rollup": "^4.22.4",
    "typescript": "^5.3.3",
    "vitest": "^2.1.9"
  },
  "eslintConfig": {
    "extends": "@silverhand"
  },
  "prettier": "@silverhand/eslint-config/.prettierrc",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "dev:tsc": "tsc -p tsconfig.build.json -w --preserveWatchOutput",
    "precommit": "lint-staged",
    "check": "tsc --noEmit",
    "build": "rm -rf lib/ && tsc -p tsconfig.build.json --noEmit && rollup -c",
    "lint": "eslint --ext .ts src",
    "test": "vitest",
    "test:coverage": "vitest --silent --no-watch --environment=happy-dom && vitest --silent --coverage"
  }
}