{
  "name": "@vishu1301/script-writing",
  "version": "1.8.2",
  "type": "module",
  "main": "dist/index.cjs",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    }
  },
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "license": "MIT",
  "scripts": {
    "dev": "next dev",
    "build": "next build",
    "start": "next start",
    "lint": "eslint",
    "build:package": "tsup"
  },
  "peerDependencies": {
    "@tailwindcss/typography": "^0.5.19",
    "lucide-react": ">=0.300.0",
    "react": "^18 || ^19",
    "react-dom": "^18 || ^19",
    "tailwindcss": "^4"
  },
  "dependencies": {
    "formik": "^2.4.9",
    "html2canvas-pro": "^2.0.2",
    "jspdf": "^3.0.4",
    "lucide-react": "^0.479.0",
    "pdfjs-dist": "^4.4.168",
    "uuid": "^13.0.0",
    "yup": "^1.7.1",
    "zustand": "^5.0.12"
  },
  "devDependencies": {
    "@tailwindcss/postcss": "^4",
    "@types/node": "^25.6.0",
    "@types/pdfjs-dist": "^2.10.378",
    "@types/react": "^19.2.14",
    "@types/react-dom": "^19.2.3",
    "eslint": "^9",
    "eslint-config-next": "16.0.1",
    "next": "16.0.10",
    "tailwindcss": "^4",
    "tsup": "^8.5.1",
    "typescript": "^5"
  }
}
