{
  "name": "@manifoldco/mui-core",
  "author": "manifoldco",
  "private": false,
  "repository": {
    "type": "git",
    "url": "git+https://github.com/manifoldco/mui-core.git"
  },
  "homepage": "https://github.com/manifoldco/ui",
  "bugs": {
    "url": "https://github.com/manifoldco/ui/issues"
  },
  "files": [
    "dist/",
    "loader/",
    "src/"
  ],
  "version": "0.1.5",
  "description": "Manifold UI Core",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "es2015": "dist/esm/index.mjs",
  "es2017": "dist/esm/index.mjs",
  "types": "dist/types/components.d.ts",
  "collection": "dist/collection/collection-manifest.json",
  "collection:main": "dist/collection/index.js",
  "unpkg": "dist/mui-core/mui-core.js",
  "scripts": {
    "build": "stencil build",
    "bundlesize": "npm run build && npx bundlesize",
    "start": "stencil build --dev --watch --serve",
    "generate": "stencil generate",
    "lint": "eslint --ext .js,.ts,.tsx src",
    "prepare": "node scripts/version-from-git",
    "prepublishOnly": "npm run build",
    "test": "stencil test --spec --e2e",
    "test:e2e": "stencil test --e2e",
    "test:spec": "stencil test --spec",
    "test:coverage": "stencil test --spec --e2e --coverage --maxWorkers=2",
    "test:debug": "node --inspect-brk node_modules/.bin/stencil test --spec --e2e --runInBand",
    "test:watch": "stencil test --spec --e2e --watchAll",
    "update-version": "node scripts/version-from-git"
  },
  "bundlesize": [
    {
      "path": "./dist/mui-core/index.esm.js",
      "maxSize": "5 kB",
      "compression": "none"
    }
  ],
  "devDependencies": {
    "@manifoldco/eslint-plugin-stencil": "^0.4.1",
    "@stencil/core": "^1.8.4",
    "@types/jest": "24.0.25",
    "@types/node": "^13.7.0",
    "@types/puppeteer": "1.20.3",
    "@typescript-eslint/eslint-plugin": "^1.13.0",
    "@typescript-eslint/parser": "^1.13.0",
    "eslint": "^5.16.0",
    "eslint-config-airbnb-base": "^14.0.0",
    "eslint-config-prettier": "^6.5.0",
    "eslint-import-resolver-typescript": "^2.0.0",
    "eslint-plugin-import": "^2.18.2",
    "eslint-plugin-prettier": "^3.1.1",
    "fetch-mock": "^9.0.0-beta.2",
    "jest": "24.9.0",
    "jest-cli": "24.9.0",
    "node-fetch": "^2.6.0",
    "prettier": "^1.18.2",
    "puppeteer": "1.20.0",
    "rollup-plugin-replace": "^2.2.0"
  },
  "license": "BSD-3-Clause"
}
