{
  "name": "@tinacms/forms",
  "version": "0.43.0",
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "license": "Apache-2.0",
  "files": [
    "build"
  ],
  "keywords": [
    "tinacms",
    "cms",
    "react"
  ],
  "bugs": {
    "url": "https://github.com/tinacms/tinacms/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/tinacms/tinacms.git",
    "directory": "packages/@tinacms/forms"
  },
  "scripts": {
    "test": "jest --passWithNoTests",
    "watch": "tinacms-scripts watch",
    "dev": "tinacms-scripts dev",
    "build": "tinacms-scripts build",
    "docs": "npx typedoc"
  },
  "devDependencies": {
    "@tinacms/core": "^0.43.0",
    "@tinacms/scripts": "^0.42.1"
  },
  "dependencies": {
    "final-form": "^4.20.2",
    "final-form-arrays": "^3.0.1"
  },
  "peerDependencies": {
    "react": ">=16.8"
  },
  "gitHead": "5df65e2372b9628a8422557a62ad0bb6dbed6bb2"
}
