{
  "name": "wc-lantern",
  "version": "0.1.3",
  "type": "module",
  "main": "dist/index.es.js",
  "exports": {
    ".": "./dist/index.es.js"
  },
  "types": "types/index.d.ts",
  "files": [
    "dist",
    "types"
  ],
  "keywords": [
    "webcomponents",
    "lit",
    "lantern"
  ],
  "scripts": {
    "dev": "vite",
    "analyze": "custom-elements-manifest analyze --globs 'src/index.ts' --outdir dist",
    "build": "tsc && vite build && npm run copy:demo && npm run docs:gen",
    "commit": "git add . && cz && git push",
    "preview": "vite preview",
    "copy:demo": "cp demo/* dist/",
    "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
    "docs:gen": "npm run analyze && esmo scripts/gen-docs.ts",
    "prepublishOnly": "npm run build"
  },
  "dependencies": {
    "lit": "^2.0.2"
  },
  "devDependencies": {
    "@custom-elements-manifest/analyzer": "^0.5.7",
    "@custom-elements-manifest/to-markdown": "^0.1.0",
    "@yunyoujun/utils": "^0.1.4",
    "esno": "^0.14.0",
    "fs": "^0.0.1-security",
    "path": "^0.12.7",
    "typescript": "^4.4.4",
    "url": "^0.11.0",
    "vite": "^2.7.2"
  },
  "config": {
    "commitizen": {
      "path": "cz-conventional-changelog"
    }
  },
  "customElements": "dist/custom-elements.json",
  "repository": {
    "type": "git",
    "url": "https://github.com/wibus-wee/wc-lantern"
  }
}