{
  "name": "@ag-calculators/forms",
  "version": "1.0.1",
  "description": "Custom form components built with stencil",
  "module": "dist/esm/index.js",
  "main": "dist/index.js",
  "types": "dist/types/components.d.ts",
  "collection": "dist/collection/collection-manifest.json",
  "files": [
    "dist/"
  ],
  "scripts": {
    "build": "stencil build",
    "start": "stencil build --dev --watch --serve",
    "test": "stencil test --spec --e2e",
    "test.watch": "stencil test --spec --e2e --watchAll"
  },
  "dependencies": {},
  "devDependencies": {
    "@stencil/core": "~0.13.2",
    "@stencil/sass": "^0.1.1"
  },
  "author": "John Robinson<johnrob1880@gmail.com>",
  "license": "MIT"
}
