{
  "name": "@dreamworld/dw-form",
  "version": "4.1.7",
  "description": "",
  "main": "dw-form.js",
  "type": "module",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "wds --node-resolve --open --watch"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/DreamworldSolutions/dw-form.git"
  },
  "keywords": [
    "lit",
    "form"
  ],
  "author": "Ruchita kheni",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/DreamworldSolutions/dw-form/issues"
  },
  "homepage": "https://github.com/DreamworldSolutions/dw-form#README",
  "dependencies": {
    "@dreamworld/material-styles": "^3.0.0",
    "@dreamworld/pwa-helpers": "^1.13.1",
    "lodash-es": "^4.17.15"
  },
  "devDependencies": {
    "@web/dev-server": "^0.1.34",
    "semantic-release": "17.0.8"
  },
  "publishConfig": {
    "access": "public"
  },
  "resolutions": {
    "tslib": "2.1.0"
  },
  "release": {
    "branches": [
      "+([0-9])?(.{+([0-9]),x}).x",
      "master",
      {
        "name": "feature/*",
        "prerelease": "${name.replace(/^feature\\//g,\"\")}",
        "channel": "${name.replace(/^feature\\//g,\"\")}"
      }
    ]
  }
}
