{
  "name": "airtafa",
  "version": "0.0.71",
  "description": "Stencil Component Starter",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "es2015": "dist/esm/index.mjs",
  "es2017": "dist/esm/index.mjs",
  "types": "dist/types/index.d.ts",
  "collection": "dist/collection/collection-manifest.json",
  "collection:main": "dist/collection/index.js",
  "unpkg": "dist/airtafa/airtafa.js",
  "files": [
    "dist/",
    "loader/"
  ],
  "scripts": {
    "build": "stencil build --docs",
    "publish": "npm publish",
    "deploy": "npm run build && npm publish",
    "start": "stencil build --dev --watch --serve",
    "test": "stencil test --spec --e2e",
    "test.watch": "stencil test --spec --e2e --watchAll",
    "generate": "stencil generate"
  },
  "devDependencies": {
    "@stencil/core": "^1.8.8",
    "@stencil/sass": "^1.1.1"
  },
  "license": "MIT",
  "dependencies": {
    "@types/node": "^14.0.22",
    "dayjs": "^1.8.29",
    "imask": "^6.0.3",
    "lodash": "^4.17.15",
    "lodash.clonedeep": "^4.5.0",
    "rxjs": "^6.5.4",
    "typescript": "^3.9.6",
    "vue": "^2.6.11"
  }
}
