{
  "name": "final-form-arrays",
  "version": "4.0.0",
  "description": "Array Mutators for 🏁 Final Form",
  "main": "dist/final-form-arrays.cjs.js",
  "jsnext:main": "dist/final-form-arrays.es.js",
  "module": "dist/final-form-arrays.es.js",
  "typings": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "start": "nps",
    "test": "nps test",
    "precommit": "lint-staged && npm start validate",
    "build:types": "tsc --declaration --emitDeclarationOnly --outDir dist",
    "prebuild": "yarn build:types"
  },
  "author": "Erik Rasmussen <rasmussenerik@gmail.com> (http://github.com/erikras)",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/final-form/final-form-arrays.git"
  },
  "bugs": {
    "url": "https://github.com/final-form/final-form-arrays/issues"
  },
  "homepage": "https://github.com/final-form/final-form-arrays#readme",
  "devDependencies": {
    "@babel/core": "^7.27.1",
    "@babel/plugin-external-helpers": "^7.27.1",
    "@babel/plugin-proposal-class-properties": "^7.18.6",
    "@babel/plugin-proposal-decorators": "^7.27.1",
    "@babel/plugin-proposal-export-namespace-from": "^7.18.9",
    "@babel/plugin-proposal-function-sent": "^7.27.1",
    "@babel/plugin-proposal-json-strings": "^7.18.6",
    "@babel/plugin-proposal-numeric-separator": "^7.18.6",
    "@babel/plugin-proposal-throw-expressions": "^7.27.1",
    "@babel/plugin-syntax-dynamic-import": "^7.8.3",
    "@babel/plugin-syntax-import-meta": "^7.10.4",
    "@babel/plugin-transform-runtime": "^7.27.1",
    "@babel/preset-env": "^7.27.2",
    "@babel/preset-typescript": "^7.27.1",
    "@eslint/js": "^9.27.0",
    "@rollup/plugin-commonjs": "^28.0.3",
    "@rollup/plugin-node-resolve": "^16.0.1",
    "@rollup/plugin-replace": "^6.0.2",
    "@rollup/plugin-terser": "^0.4.4",
    "@types/jest": "^29.5.14",
    "@typescript-eslint/eslint-plugin": "^8.32.1",
    "@typescript-eslint/parser": "^8.32.1",
    "babel-core": "^7.0.0-bridge.0",
    "babel-eslint": "^10.1.0",
    "babel-jest": "^29.7.0",
    "bundlesize": "^0.18.2",
    "doctoc": "^2.2.1",
    "eslint": "^9.27.0",
    "eslint-plugin-import": "^2.31.0",
    "eslint-plugin-jsx-a11y": "^6.10.2",
    "eslint-plugin-react": "^7.37.5",
    "final-form": "^5.0.0",
    "globals": "^16.2.0",
    "husky": "^9.1.7",
    "jest": "^29.7.0",
    "lint-staged": "^16.0.0",
    "nps": "^5.10.0",
    "nps-utils": "^1.7.0",
    "prettier": "^3.5.3",
    "prettier-eslint-cli": "^8.0.1",
    "react": "^19.1.0",
    "rollup": "^4.41.1",
    "rollup-plugin-typescript2": "^0.36.0",
    "ts-jest": "^29.3.4",
    "typescript": "^5.8.3"
  },
  "peerDependencies": {
    "final-form": "^5.0.0"
  },
  "lint-staged": {
    "*.{js*,ts*,json,md,css}": [
      "prettier --write",
      "git add"
    ]
  },
  "jest": {
    "preset": "ts-jest",
    "testEnvironment": "node",
    "testPathIgnorePatterns": [
      "/node_modules/",
      "src/index.d.test.ts"
    ],
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js",
      "jsx"
    ],
    "transform": {
      "^.+\\.(ts|tsx)$": "ts-jest"
    }
  },
  "bundlesize": [
    {
      "path": "dist/final-form-arrays.umd.min.js",
      "threshold": "800B"
    },
    {
      "path": "dist/final-form-arrays.es.js",
      "threshold": "1kB"
    },
    {
      "path": "dist/final-form-arrays.cjs.js",
      "threshold": "1kB"
    }
  ]
}
