{
  "name": "wmk-netlify-form",
  "version": "1.3.4",
  "description": "WMK Netlify Form Component",
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "rollup -c",
    "watch": "rollup -cw"
  },
  "author": "@WatermarkAgency",
  "license": "ISC",
  "devDependencies": {
    "@rollup/plugin-commonjs": "^21.0.1",
    "@rollup/plugin-node-resolve": "^13.1.3",
    "@rollup/plugin-typescript": "^8.3.0",
    "csstype": "^3.0.10",
    "react-dom": "^17.0.2",
    "react-helmet": "^6.1.0",
    "rollup": "^2.67.3",
    "rollup-plugin-dts": "^4.1.0",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "rollup-plugin-postcss": "^4.0.2",
    "rollup-plugin-terser": "^7.0.2",
    "rollup-plugin-typescript": "^1.0.1",
    "rollup-watch": "^4.3.1",
    "typescript": "^4.5.5",
    "typings": "^2.1.1"
  },
  "peerDependencies": {
    "gatsby": "^4.6.0",
    "react": "^17.0.2"
  },
  "dependencies": {
    "bootstrap": "^5.1.3",
    "react-bootstrap": "^2.1.2"
  }
}
