{
  "name": "codepen-link",
  "version": "1.0.1",
  "description": "Web component to generate pre-filled Codepen link",
  "repository": "https://github.com/seanwuapps/codepen-link",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "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/codepen-link/codepen-link.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": "^1.17.3"
  },
  "license": "MIT",
  "devDependencies": {
    "@stencil/sass": "^1.3.2"
  }
}
