UNPKG

@tsbb/typescript

Version:

TSBB is a zero-config CLI that helps you develop, test, and publish modern TypeScript project.

42 lines (41 loc) 835 B
{ "name": "@tsbb/typescript", "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" }, "overrides": { "typescript": "^5.1.3" }, "dependencies": { "fs-extra": "^11.3.0", "typescript": "^5.1.3" } }