{
  "name": "@owls-design/create-owls-design",
  "version": "1.0.1",
  "description": "Owls Design CLI",
  "author": "to0simple",
  "keywords": [
    "owls",
    "owls-design",
    "owls-design-cli"
  ],
  "license": "MIT",
  "main": "index.js",
  "type": "module",
  "bin": {
    "create-owls-design": "index.js"
  },
  "files": [
    "index.js",
    "dist",
    "template-*"
  ],
  "repository": {},
  "devDependencies": {
    "@types/minimist": "^1.2.5",
    "@types/prompts": "^2.4.9",
    "cross-spawn": "^7.0.3",
    "kolorist": "^1.8.0",
    "minimist": "^1.2.8",
    "prompts": "^2.4.2",
    "unbuild": "^2.0.0"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "dev": "unbuild --stub",
    "build": "unbuild",
    "typecheck": "tsc --noEmit"
  }
}