{
  "name": "@floodteam/components",
  "namespace": "floodteam",
  "version": "2.0.1",
  "main": "./dist/index.cjs.js",
  "module": "./dist/index.js",
  "es2015": "./dist/esm/index.mjs",
  "es2017": "./dist/esm/index.mjs",
  "types": "./dist/types/components.d.ts",
  "unpkg": "./dist/floodteam/floodteam.esm.js",
  "collection:main": "./dist/collection/index.js",
  "collection": "./dist/collection/collection-manifest.json",
  "engines": {
    "node": "16"
  },
  "files": [
    "dist/"
  ],
  "scripts": {
    "build": "stencil build",
    "build:prerender": "stencil build --prerender",
    "deploy:build": "fireenjin env github && npm run docs && npm run presets:build",
    "dev": " stencil build --docs --dev --watch --serve",
    "docs": " stencil build --docs",
    "generate": "fireenjin generate component",
    "start": "npm-run-all --parallel dev presets:watch",
    "test": "stencil test --spec",
    "test:e2e": "stencil test --e2e",
    "test:snapshot": "stencil test --e2e --screenshot",
    "test:generate": "stencil test --spec --json --outputFile=src/jest-test-results.json",
    "test:generate:watch": "stencil test --spec --json --outputFile=src/jest-test-results.json --watch",
    "presets:build": "fireenjin presets",
    "presets:watch": "fireenjin presets watch",
    "test:watch": "stencil test --spec --watch"
  },
  "husky": {
    "hooks": {}
  },
  "dependencies": {
    "@dadesystems/dademobile": "^1.2.1",
    "@fireenjin/components": "^1.5.19",
    "@ionic-native/core": "^5.36.0",
    "@ionic-native/geolocation": "^5.36.0",
    "@stencil/core": "^2.19.2",
    "@stripe/stripe-js": "^1.42.1",
    "algoliasearch": "^4.14.2",
    "cleave.js": "^1.6.0",
    "clipboard": "^2.0.11",
    "cropperjs": "^1.5.12",
    "date-fns": "^2.29.3",
    "debounce-decorator": "^1.0.6",
    "json-formatter-js": "^2.3.4",
    "localforage": "^1.10.0",
    "signature_pad": "^4.1.3"
  },
  "devDependencies": {
    "@fireenjin/cli": "^1.1.5",
    "@fireenjin/docs": "^1.0.18",
    "@semantic-release/git": "^10.0.1",
    "@stencil/eslint-plugin": "^0.4.0",
    "@types/cleave.js": "^1.4.7",
    "@types/jest": "^29.2.1",
    "husky": "^8.0.1",
    "jest": "^29.2.2",
    "jest-cli": "^29.2.2",
    "npm-run-all": "^4.1.5",
    "rollup-plugin-node-polyfills": "^0.2.1",
    "typescript": "^4.8.4"
  },
  "jest": {
    "preset": "@stencil/core/testing"
  }
}
