{
  "name": "create-ccc-app",
  "version": "0.0.7",
  "description": "CLI tool to quickly bootstrap CKB dapps with @ckb-ccc.",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "bin": {
    "create-ccc-app": "./index.js"
  },
  "homepage": "https://github.com/ckb-devrel/create-ccc-app",
  "repository": {
    "type": "git",
    "url": "git@github.com:ckb-devrel/create-ccc-app.git"
  },
  "keywords": [
    "ccc", 
    "ckb", 
    "ckb-app", 
    "create-ccc-app",
    "ccc app",
    "ckb app",
    "create ccc app"
  ],
  "author": "ckbfans",
  "license": "MIT",
  "dependencies": {
    "commander": "^12.1.0",
    "cross-spawn": "^7.0.5",
    "fs-extra": "^11.2.0",
    "picocolors": "^1.1.1",
    "prompts": "^2.4.2",
    "update-check": "^1.5.4",
    "validate-npm-package-name": "^6.0.0"
  }
}