{
  "name": "@solb/bottom-sheet",
  "version": "1.0.0",
  "description": "This is a bottomsheet created with pure JavaScript using Web Components.",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/y-solb/bottom-sheet"
  },
  "keywords": [
    "javascript",
    "typescript",
    "bottomsheet",
    "bottom-sheet",
    "modal",
    "customElements",
    "Web Components"
  ],
  "author": "Yoon Solbi (https://sollogging.tistory.com/)",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "prepack": "yarn build",
    "build": "yarn clean && yarn build:tsc",
    "build:tsc": "yarn tsc",
    "clean": "rm -rf dist"
  },
  "license": "MIT",
  "packageManager": "yarn@3.2.4",
  "devDependencies": {
    "@types/node": "^20.10.4",
    "typescript": "^5.3.3"
  },
  "bugs": "https://github.com/y-solb/bottom-sheet/issues"
}
