{
  "name": "@rudderhq/create-rudder-plugin",
  "version": "0.7.2",
  "license": "SEE LICENSE IN LICENSE",
  "homepage": "https://github.com/Undertone0809/rudder",
  "bugs": {
    "url": "https://github.com/Undertone0809/rudder/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Undertone0809/rudder",
    "directory": "packages/plugins/create-rudder-plugin"
  },
  "type": "module",
  "bin": {
    "create-rudder-plugin": "./dist/index.js"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "default": "./dist/index.js"
    }
  },
  "publishConfig": {
    "access": "public",
    "bin": {
      "create-rudder-plugin": "./dist/index.js"
    },
    "exports": {
      ".": {
        "types": "./dist/index.d.ts",
        "import": "./dist/index.js"
      }
    },
    "main": "./dist/index.js",
    "types": "./dist/index.d.ts"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc",
    "clean": "rm -rf dist",
    "typecheck": "tsc --noEmit"
  },
  "dependencies": {
    "@rudderhq/plugin-sdk": "0.7.2"
  },
  "devDependencies": {
    "@types/node": "^24.12.0",
    "typescript": "^5.9.3"
  },
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts"
}
