{
  "name": "@kaizen/draft-form",
  "version": "10.5.2",
  "description": "The draft Form component",
  "scripts": {
    "prepublishOnly": "tsc --project tsconfig.dist.json",
    "build": "yarn clean && yarn prepublishOnly",
    "clean": "rimraf -g '**/*.d.ts' '**/*.js' '**/*.map'"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cultureamp/kaizen-legacy.git",
    "directory": "draft-packages/form"
  },
  "bugs": {
    "url": "https://github.com/cultureamp/kaizen-legacy/issues"
  },
  "files": [
    "**/*.js",
    "**/*.js.map",
    "**/*.d.ts",
    "**/*.scss"
  ],
  "author": "",
  "private": false,
  "license": "MIT",
  "dependencies": {
    "@kaizen/component-base": "^1.1.7",
    "@kaizen/component-library": "^16.10.1",
    "@kaizen/deprecated-component-library-helpers": "^2.5.8",
    "@kaizen/loading-spinner": "^2.3.12",
    "@kaizen/typography": "^2.3.12",
    "classnames": "^2.3.2",
    "uuid": "^9.0.0"
  },
  "peerDependencies": {
    "@kaizen/design-tokens": "^2.10.3 || ^3.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0",
    "react": "^16.14.0 || ^17.0.0 || ^18.0.0"
  }
}
