{
  "name": "@tanstack/angular-form",
  "version": "1.28.5",
  "description": "Powerful, type-safe forms for Angular.",
  "author": "tannerlinsley",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/TanStack/form.git",
    "directory": "packages/angular-form"
  },
  "homepage": "https://tanstack.com/form",
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/tannerlinsley"
  },
  "type": "module",
  "types": "dist/index.d.ts",
  "module": "dist/fesm2022/tanstack-angular-form.mjs",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/fesm2022/tanstack-angular-form.mjs"
    },
    "./package.json": {
      "default": "./package.json"
    }
  },
  "sideEffects": false,
  "files": [
    "dist",
    "src"
  ],
  "dependencies": {
    "@tanstack/angular-store": "^0.9.1",
    "tslib": "^2.8.1",
    "@tanstack/form-core": "1.28.5"
  },
  "devDependencies": {
    "@analogjs/vite-plugin-angular": "^1.21.1",
    "@analogjs/vitest-angular": "^1.21.1",
    "@angular/common": "^20.3.1",
    "@angular/compiler": "^20.3.1",
    "@angular/compiler-cli": "^20.3.1",
    "@angular/core": "^20.3.1",
    "@angular/platform-browser": "^20.3.1",
    "@angular/platform-browser-dynamic": "^20.3.1",
    "@testing-library/angular": "^17.4.0",
    "ng-packagr": "^20.3.0",
    "typescript": "5.8.2",
    "vite-tsconfig-paths": "^5.1.4",
    "zone.js": "0.15.1"
  },
  "peerDependencies": {
    "@angular/core": ">=19.0.0"
  },
  "scripts": {
    "clean": "premove ./dist ./coverage",
    "test:eslint": "eslint ./src ./tests",
    "test:types": "pnpm run \"/^test:types:ts[0-9]{2}$/\"",
    "test:types:ts54": "tsc",
    "test:lib": "vitest",
    "test:lib:dev": "pnpm run test:lib --watch",
    "test:build": "publint --strict",
    "build": "ng-packagr -p ng-package.json -c tsconfig.build.json && premove ./dist/package.json"
  }
}