-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(tsbb): Modify the tab character.
- Loading branch information
1 parent
5639320
commit d55a7c8
Showing
2 changed files
with
75 additions
and
80 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,62 +1,62 @@ | ||
{ | ||
"name": "tsbb", | ||
"version": "3.4.0", | ||
"description": "TSBB is a zero-config CLI that helps you develop, test, and publish modern TypeScript project.", | ||
"author": "kenny wang <wowohoo@qq.com>", | ||
"license": "MIT", | ||
"bin": { | ||
"tsbb": "bin/tsbb" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/jaywcjlove/tsbb.git" | ||
}, | ||
"homepage": "https://github.com/jaywcjlove/tsbb", | ||
"files": [ | ||
"bin", | ||
"lib", | ||
"src" | ||
], | ||
"keywords": [ | ||
"typescript", | ||
"babel", | ||
"react", | ||
"tsbb", | ||
"node.js" | ||
], | ||
"dependencies": { | ||
"@babel/core": "7.15.5", | ||
"@babel/plugin-proposal-class-properties": "7.14.5", | ||
"@babel/plugin-proposal-decorators": "7.15.4", | ||
"@babel/plugin-proposal-export-default-from": "7.14.5", | ||
"@babel/plugin-transform-runtime": "7.15.0", | ||
"@babel/preset-env": "7.15.6", | ||
"@babel/preset-react": "7.14.5", | ||
"@babel/preset-typescript": "7.15.0", | ||
"@types/babel__core": "7.1.16", | ||
"@types/fs-extra": "9.0.13", | ||
"@types/jest": "27.0.2", | ||
"@types/micromatch": "4.0.2", | ||
"@types/node": "16.7.10", | ||
"@types/semver": "7.3.8", | ||
"@types/yargs": "17.0.3", | ||
"@types/yargs-parser": "20.2.1", | ||
"babel-plugin-add-module-exports": "1.0.4", | ||
"babel-plugin-transform-remove-imports": "1.7.0", | ||
"babel-plugin-transform-rename-import": "2.3.0", | ||
"babel-plugin-transform-typescript-metadata": "0.3.2", | ||
"camelcase": "6.2.0", | ||
"chalk": "4.1.2", | ||
"chokidar": "3.5.2", | ||
"execa": "5.1.1", | ||
"fs-extra": "10.0.0", | ||
"identity-obj-proxy": "3.0.0", | ||
"jest": "27.2.3", | ||
"jest-watch-typeahead": "0.6.5", | ||
"micromatch": "4.0.4", | ||
"recursive-readdir-files": "1.1.2", | ||
"semver": "7.3.5", | ||
"typescript": "4.4.3", | ||
"yargs-parser": "20.2.9" | ||
} | ||
"name": "tsbb", | ||
"version": "3.4.0", | ||
"description": "TSBB is a zero-config CLI that helps you develop, test, and publish modern TypeScript project.", | ||
"author": "kenny wang <wowohoo@qq.com>", | ||
"license": "MIT", | ||
"bin": { | ||
"tsbb": "bin/tsbb" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/jaywcjlove/tsbb.git" | ||
}, | ||
"homepage": "http://jaywcjlove.github.io/tsbb", | ||
"files": [ | ||
"bin", | ||
"lib", | ||
"src" | ||
], | ||
"keywords": [ | ||
"typescript", | ||
"babel", | ||
"react", | ||
"tsbb", | ||
"node.js" | ||
], | ||
"dependencies": { | ||
"@babel/core": "7.15.5", | ||
"@babel/plugin-proposal-class-properties": "7.14.5", | ||
"@babel/plugin-proposal-decorators": "7.15.4", | ||
"@babel/plugin-proposal-export-default-from": "7.14.5", | ||
"@babel/plugin-transform-runtime": "7.15.0", | ||
"@babel/preset-env": "7.15.6", | ||
"@babel/preset-react": "7.14.5", | ||
"@babel/preset-typescript": "7.15.0", | ||
"@types/babel__core": "7.1.16", | ||
"@types/fs-extra": "9.0.13", | ||
"@types/jest": "27.0.2", | ||
"@types/micromatch": "4.0.2", | ||
"@types/node": "16.7.10", | ||
"@types/semver": "7.3.8", | ||
"@types/yargs": "17.0.3", | ||
"@types/yargs-parser": "20.2.1", | ||
"babel-plugin-add-module-exports": "1.0.4", | ||
"babel-plugin-transform-remove-imports": "1.7.0", | ||
"babel-plugin-transform-rename-import": "2.3.0", | ||
"babel-plugin-transform-typescript-metadata": "0.3.2", | ||
"camelcase": "6.2.0", | ||
"chalk": "4.1.2", | ||
"chokidar": "3.5.2", | ||
"execa": "5.1.1", | ||
"fs-extra": "10.0.0", | ||
"identity-obj-proxy": "3.0.0", | ||
"jest": "27.2.3", | ||
"jest-watch-typeahead": "0.6.5", | ||
"micromatch": "4.0.4", | ||
"recursive-readdir-files": "1.1.2", | ||
"semver": "7.3.5", | ||
"typescript": "4.4.3", | ||
"yargs-parser": "20.2.9" | ||
} | ||
} |