{
  "name": "create-suid",
  "version": "0.3.0",
  "description": "CLI tool for creating a SUID project easily.",
  "keywords": [
    "cli",
    "suid",
    "solidjs"
  ],
  "type": "module",
  "dependencies": {
    "chalk": "^5.4.1",
    "inquirer": "^12.6.3"
  },
  "bugs": {
    "url": "https://github.com/swordev/suid/issues"
  },
  "contributors": [
    {
      "name": "Juanra GM",
      "email": "juanrgm724@gmail.com",
      "url": "https://github.com/juanrgm"
    }
  ],
  "files": [
    "**/*.js",
    "**/*.jsx",
    "**/*.d.ts"
  ],
  "homepage": "https://suid.dev",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/swordev/suid",
    "directory": "packages/create-suid"
  },
  "bin": "bin.js"
}