{
  "name": "create-cubing-app",
  "version": "0.63.6",
  "description": "Create an app using `cubing.js` (https://js.cubing.net/).",
  "author": "The js.cubing.net team",
  "license": "MPL-2.0 OR GPL-3.0-or-later",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cubing/create-cubing-app.git"
  },
  "engines": {
    "node": ">=19"
  },
  "type": "module",
  "bin": {
    "create-cubing-app": "bin/create-cubing-app.js"
  },
  "devDependencies": {
    "@biomejs/biome": "^2.5.10",
    "@cubing/dev-config": ">=0.10.1",
    "@types/bun": "^1.3.5",
    "@types/validate-npm-package-name": "^4.0.2",
    "bun-dx": "^0.1.4",
    "validate-npm-package-name": "^5.0.0"
  },
  "files": [
    "./app-template",
    "./bin"
  ],
  "scripts": {
    "prepublishOnly": "make prepublishOnly"
  }
}
