@tsbb/core
Version:
TSBB is a zero-config CLI that helps you develop, test, and publish modern TypeScript project.
47 lines (46 loc) • 1 kB
JSON
{
"name": "@tsbb/core",
"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",
"scripts": {
"build": "tsc",
"start": "tsc --watch"
},
"repository": {
"type": "git",
"url": "https://github.com/jaywcjlove/tsbb.git"
},
"files": [
"bin",
"lib",
"src"
],
"keywords": [
"typescript",
"babel",
"react",
"tsbb",
"node.js"
],
"engines": {
"node": ">=18"
},
"dependencies": {
"@tsbb/babel": "4.5.5",
"@tsbb/jest": "4.5.5",
"@tsbb/typescript": "4.5.5",
"@types/fs-extra": "^11.0.1",
"chokidar": "~4.0.0",
"fs-extra": "^11.3.0",
"glob": "^11.0.0",
"meow": "^13.0.0",
"type-fest": "~4.20.0",
"typescript": "^5.1.3"
}
}