{
  "name": "create-three-blocks-starter",
  "version": "0.0.14",
  "private": false,
  "type": "module",
  "description": "Create a new Three Blocks starter app",
  "bin": {
    "create-three-blocks-starter": "bin/index.js"
  },
  "files": [
    "bin",
    "README.md"
  ],
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "three",
    "threejs",
    "webgpu",
    "starter",
    "scaffold"
  ],
  "license": "UNLICENSED",
  "dependencies": {
    "kolorist": "^1.8.0"
  }
}