{
  "name": "open-heart-element",
  "version": "0.0.13",
  "main": "dist/index.js",
  "type": "module",
  "types": "dist/index.d.ts",
  "files": [
    "dist/index.d.ts"
  ],
  "scripts": {
    "start": "tsc -w",
    "prepare": "tsc -d && terser dist/index.js --compress --mangle -o dist/index.js"
  },
  "repository": "git@github.com:muan/open-heart-element.git",
  "author": "Mu-An Chiou <pkg@muan.dev>",
  "license": "MIT",
  "devDependencies": {
    "terser": "^5.14.2",
    "typescript": "^4.7.4"
  }
}
