{
  "name": "create-stx",
  "version": "0.2.222",
  "description": "Create a new STX application",
  "type": "module",
  "bin": {
    "create-stx": "./index.ts"
  },
  "files": [
    "index.ts",
    "templates"
  ],
  "keywords": [
    "stx",
    "create",
    "scaffold",
    "template",
    "bun"
  ],
  "author": "Chris Breuer <chris@stacksjs.org>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/stacksjs/stx.git",
    "directory": "packages/create-stx"
  },
  "bugs": {
    "url": "https://github.com/stacksjs/stx/issues"
  },
  "homepage": "https://github.com/stacksjs/stx#readme"
}
