{
  "name": "create-tsbb",
  "version": "4.5.5",
  "description": "Creates a TSBB application using the command line.",
  "homepage": "https://jaywcjlove.github.io/tsbb",
  "author": "Kenny Wong <wowohoo@qq.com> (https://github.com/jaywcjlove)",
  "type": "module",
  "types": "./lib/index.d.ts",
  "exports": "./lib/index.js",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/jaywcjlove/tsbb/tree/master/packages/create-tsbb"
  },
  "bin": {
    "create-tsbb": "lib/cli.js"
  },
  "scripts": {
    "start": "node lib/cli.js",
    "watch": "tsbb watch",
    "build": "tsbb build",
    "test": "tsbb test",
    "coverage": "tsbb test --coverage --bail",
    "copy": "node lib/copy.js"
  },
  "files": [
    "!lib/copy.js",
    "!lib/copy.d.ts",
    "lib",
    "dist",
    "src"
  ],
  "keywords": [
    "kkt",
    "tsbb",
    "create-tsbb",
    "react",
    "redux",
    "rematch",
    "uiw",
    "redux-saga",
    "elm",
    "framework",
    "frontend"
  ],
  "engines": {
    "node": ">=18"
  },
  "dependencies": {
    "@types/which": "~3.0.0",
    "execa": "^9.0.0",
    "fs-extra": "^11.3.0",
    "meow": "^13.0.0",
    "which": "^5.0.0"
  },
  "devDependencies": {
    "cpy": "^11.0.0",
    "tsbb": "4.5.5"
  }
}
