tsbb
Version:
TSBB is a zero-config CLI that helps you develop, test, and publish modern TypeScript project.
39 lines (38 loc) • 767 B
JSON
{
"name": "tsbb",
"version": "4.4.1",
"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.4.1"
}
}