{
  "name": "@putkoff/abstract-files",
  "version": "0.0.316",
  "description": "A reusable React Login component with JWT authentication",
  "main": "dist/index.cjs",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    },
    "./package.json": "./package.json"
  },
  "peerDependencies": {
    "react": "^17.0.0 || ^18.0.0",
    "react-dom": "^17.0.0 || ^18.0.0"
  },
  "devDependencies": {
    "@putkoff/shared-scripts": "file:../../shared-scripts",
    "@types/node": "^24.0.13",
    "@types/react": "^18.3.23",
    "@types/react-dom": "^18.3.7",
    "csstype": "^3.1.3",
    "tsup": "^8.5.0",
    "typescript": "^5.8.3",
    "undici-types": "^7.11.0"
  },
  "dependencies": {
    "@heroicons/react": "^2.2.0",
    "@putkoff/abstract-apis": "0.0.463",
    "@putkoff/abstract-utilities": "1.0.157",
    "@rollup/plugin-commonjs": "^28.0.6",
    "@rollup/plugin-node-resolve": "^16.0.1",
    "@rollup/plugin-typescript": "^12.1.4",
    "rollup-plugin-dts": "^6.2.1",
    "tslib": "^2.8.1"
  },
  "scripts": {
    "build": "tsc --emitDeclarationOnly && rollup --bundleConfigAsCjs -c",
    "test": "jest",
    "prepublishOnly": "npm run build",
    "release": "npm version patch -m \"chore(release): v%s\" && npm run build && npm publish --access public"
  },
  "type": "module",
  "author": "putkoff",
  "license": "MIT"
}
