{
  "name": "@siteplanet/planet-css",
  "version": "0.0.139",
  "description": "Stencil Component Starter",
  "main": "dist/index.cjs.js",
  "module": "dist/custom-elements/index.js",
  "es2015": "dist/esm/index.mjs",
  "es2017": "dist/esm/index.mjs",
  "types": "dist/custom-elements/index.d.ts",
  "collection": "dist/collection/collection-manifest.json",
  "collection:main": "dist/collection/index.js",
  "unpkg": "dist/planet-css/planet-css.js",
  "files": [
    "dist/",
    "loader/"
  ],
  "scripts": {
    "build": "stencil build --docs",
    "start": "stencil build --dev --watch --serve",
    "test": "stencil test --spec --e2e",
    "test.watch": "stencil test --spec --e2e --watchAll",
    "generate": "stencil generate"
  },
  "dependencies": {
    "@stencil/core": "2.3.0",
    "@stencil/sass": "^1.4.1"
  },
  "license": "MIT",
  "devDependencies": {
    "@stencil/angular-output-target": "0.0.5",
    "@stencil/react-output-target": "0.0.9",
    "@types/jest": "^26.0.15",
    "@types/puppeteer": "^5.4.0",
    "install": "^0.13.0",
    "jest": "^26.6.3",
    "jest-cli": "^26.6.3",
    "puppeteer": "^5.4.1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/siteplanet/planet-css.git"
  },
  "author": "SitePlanet",
  "bugs": {
    "url": "https://github.com/siteplanet/planet-css/issues"
  },
  "homepage": "https://github.com/siteplanet/planet-css#readme"
}
