{
  "name": "create-moost",
  "version": "0.5.29",
  "description": "create-moost",
  "main": "dist/index.cjs",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "sideEffects": false,
  "type": "module",
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs"
    }
  },
  "bin": {
    "create-moost": "./bin.cjs"
  },
  "files": [
    "dist",
    "templates",
    "bin.js"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/moostjs/moostjs.git",
    "directory": "packages/create-moost"
  },
  "keywords": [
    "moost",
    "moostjs",
    "composables",
    "framework",
    "wooksjs",
    "prostojs"
  ],
  "author": "Artem Maltsev",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/moostjs/moostjs/issues"
  },
  "homepage": "https://github.com/moostjs/moostjs/tree/main/packages/create-moost#readme",
  "dependencies": {
    "@prostojs/rewrite": "^0.1.1",
    "@wooksjs/event-cli": "^0.6.0",
    "prompts": "^2.4.2",
    "@moostjs/event-cli": "^0.5.29",
    "moost": "^0.5.29"
  },
  "devDependencies": {
    "@moostjs/vite": "^0.5.21",
    "@types/prompts": "^2.4.9",
    "rolldown": "1.0.0-beta.3",
    "unplugin-swc": "^1.5.1",
    "vite": "^6.1.0",
    "vitest": "^3.0.5"
  },
  "scripts": {
    "pub": "pnpm publish --access public",
    "test": "vitest"
  }
}