{
  "name": "create-remult",
  "version": "3.1.4",
  "description": "Creates a remult project, ready to go",
  "keywords": [
    "cli",
    "remult",
    "svelte",
    "react",
    "express"
  ],
  "license": "MIT",
  "author": "Noam Honig",
  "type": "module",
  "contributors": [
    {
      "name": "Noam Honig",
      "email": "noam.honig@gmail.com"
    },
    {
      "name": "Jean-Yves Couët",
      "email": "jycouet@gmail.com"
    },
    {
      "name": "Yoni Rapoport",
      "email": "yoni.rapoport@gmail.com"
    }
  ],
  "bin": {
    "create-remult": "index.js"
  },
  "files": [
    "!templates/*/.svelte-kit",
    "!templates/*/node_modules",
    "templates",
    "dist"
  ],
  "scripts": {
    "dev": "unbuild --stub",
    "build": "unbuild",
    "typecheck": "tsc --noEmit",
    "prepublishOnly": "npm run build",
    "test": "vitest --run",
    "try": "npx create-remult remult-project1 -t next -s express -d postgres --crud --overwrite yes --admin -a auth.js",
    "try-l": "npm run build && node ./dist/index.mjs remult-project-local -t sveltekit -s express-vite -d json --crud --overwrite yes --admin -a better-auth"
  },
  "engines": {
    "node": "^18.0.0 || >=20.0.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/remult/remult",
    "directory": "project/create-remult",
    "homepage": "https://github.com/remult/remult"
  },
  "bugs": {
    "url": "https://github.com/remult/remult/issues"
  },
  "devDependencies": {
    "@kitql/helpers": "^0.8.10",
    "@types/cross-spawn": "^6.0.6",
    "@types/minimist": "^1.2.5",
    "@types/prompts": "^2.4.9",
    "cross-spawn": "^7.0.3",
    "minimist": "^1.2.8",
    "prompts": "^2.4.2",
    "unbuild": "3.6.1"
  }
}
