{
  "name": "godown",
  "version": "3.14.2",
  "description": "Atomic Web Component Library.",
  "type": "module",
  "dependencies": {
    "fmtime": "^0.1.0",
    "lit": "^3.3.1",
    "sharekit": "^1.1.1",
    "tslib": "^2.8.1",
    "@godown/element": "^2.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "exports": {
    ".": "./build/index.js",
    "./src/*": "./src/*",
    "./*.json": "./*.json",
    "./*.js": "./build/*.js",
    "./*": "./build/*.js",
    "./*.md": "./*.md"
  },
  "files": [
    "**/*.{js,d.ts}+(|.map)",
    "custom-elements.json",
    "web-types.json",
    "vscode.{css,html}-custom-data.json",
    "src",
    "tsconfig.json"
  ],
  "keywords": [
    "web-components",
    "custom-elements"
  ],
  "customElements": "./custom-elements.json",
  "web-types": "./web-types.json",
  "homepage": "https://godown.js.org",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/startracex/godown.git",
    "directory": "packages/godown"
  },
  "author": "startracex",
  "license": "MIT",
  "scripts": {
    "dev": "tsc --watch",
    "check-types": "tsc --noEmit",
    "clean": "tsc --build --clean",
    "build": "godown b -c .godownrc.json"
  }
}