{
  "name": "@criipto/auth-js",
  "type": "module",
  "version": "5.0.0",
  "license": "MIT",
  "unpkg": "dist/index-umd.umd.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/criipto/criipto-auth.js"
  },
  "bugs": {
    "url": "https://github.com/criipto/criipto-auth.js/issues"
  },
  "homepage": "https://github.com/criipto/criipto-auth.js#readme",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./index.css": {
      "import": "./dist/index.css"
    }
  },
  "sideEffects": false,
  "scripts": {
    "test": "vitest run",
    "coverage": "vitest run --coverage",
    "prepublishOnly": "npm run build",
    "build": "tsdown --config tsdown.config.ts",
    "dev": "npm run build -- --watch",
    "check": "tsc --noEmit",
    "prepare": "husky"
  },
  "author": "",
  "devDependencies": {
    "@vitest/coverage-v8": "^4.1.4",
    "husky": "^9.1.7",
    "lint-staged": "^16.2.7",
    "prettier": "^3.8.1",
    "publint": "^0.3.18",
    "tsdown": "^0.21.0",
    "typescript": "^5.9.3",
    "vitest": "^4.1.4"
  },
  "dependencies": {
    "jose": "^6.2.2"
  },
  "lint-staged": {
    "*.{js,ts,json,md,yml,html}": "prettier --write"
  },
  "files": [
    "dist",
    "package.json",
    "README.md"
  ]
}
