{
  "name": "tsbb",
  "version": "4.5.5",
  "description": "TSBB is a zero-config CLI that helps you develop, test, and publish modern TypeScript project.",
  "author": "kenny wang <wowohoo@qq.com>",
  "homepage": "https://jaywcjlove.github.io/tsbb",
  "license": "MIT",
  "type": "module",
  "types": "./lib/index.d.ts",
  "exports": "./lib/index.js",
  "bin": {
    "tsbb": "./lib/cli.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/jaywcjlove/tsbb.git"
  },
  "scripts": {
    "build": "tsc",
    "start": "tsc --watch"
  },
  "files": [
    "lib"
  ],
  "keywords": [
    "typescript",
    "babel",
    "react",
    "tsbb",
    "node.js"
  ],
  "engines": {
    "node": ">=18"
  },
  "dependencies": {
    "@tsbb/core": "4.5.5"
  }
}
