{
  "name": "@jmarioste/codebox",
  "version": "0.0.2",
  "description": "Code highlighting tool for Editor.js using prismjs and tailwindcss for styling",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsup src/index.ts --format cjs,esm --dts",
    "release": "pnpm run build && changeset publish",
    "lint": "tsc"
  },
  "keywords": [
    "editorjs",
    "plugin",
    "codebox",
    "typescript"
  ],
  "author": "Your Name",
  "license": "MIT",
  "dependencies": {
    "@editorjs/editorjs": "^2.22.0",
    "prismjs": "^1.25.0",
    "tsup": "^8.3.5"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jmarioste/codebox"
  },
  "devDependencies": {
    "@changesets/cli": "^2.27.11",
    "@types/node": "^22.10.2",
    "@types/prismjs": "^1.26.5",
    "typescript": "^4.5.0"
  },
  "publishConfig": {
    "access": "public"
  }
}
