{
  "name": "wet-silly-gooch",
  "version": "0.4.2",
  "description": "A component for building html content templates using drag and drop.",
  "main": "./dist/index.ts",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "scripts": {
    "build": "tsup"
  },
  "keywords": [
    "content-editor",
    "drag-and-drop"
  ],
  "author": "Adrian Tobi",
  "license": "ISC",
  "devDependencies": {
    "tsup": "^8.5.0",
    "typescript": "^5.9.2"
  },
  "dependencies": {
    "@wet-silly-gooch/types": "^0.1.5"
  }
}
