{
  "name": "mobx-zod-form-store",
  "version": "0.4.5",
  "description": "A MobX-based form store with Zod validation",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/taayyohh/forms"
  },
  "keywords": [
    "mobx",
    "zod",
    "form",
    "react",
    "state management",
    "validation",
    "tailwind"
  ],
  "author": "taayyohh",
  "license": "MIT",
  "devDependencies": {
    "@types/node": "^20.11.5",
    "@types/react": "^18.2.48",
    "autoprefixer": "^10.4.17",
    "copyfiles": "^2.4.1",
    "postcss": "^8.4.33",
    "postcss-cli": "^11.0.0",
    "prettier": "^3.2.4",
    "tailwindcss": "^3.4.1",
    "ts-node": "^10.9.2",
    "typescript": "^5.3.3",
    "vitest": "^1.2.1"
  },
  "dependencies": {
    "clsx": "^2.1.0",
    "dotenv": "^16.3.2",
    "ipfs-car": "^0.8.1",
    "keen-slider": "^6.8.6",
    "mobx": "^6.12.0",
    "mobx-react": "^9.1.0",
    "nft.storage": "^7.1.1",
    "react": "^18.2.0",
    "react-select": "^5.8.0"
  },
  "peerDependencies": {
    "zod": "^3.22.4"
  },
  "scripts": {
    "build": "postcss src/tailwind.css -o dist/tailwind.css && tsc -p ./tsconfig.json && copyfiles -u 1 src/**/*.css dist",
    "format": "prettier --write \"src/**/*.ts\"",
    "check-format": "prettier --check \"src/**/*.ts\"",
    "test": "vitest",
    "test:watch": "vitest watch"
  }
}