UNPKG

1.12 kBJSONView Raw
1{
2 "name": "ts-lib-scripts",
3 "version": "0.4.4",
4 "description": "一个以 🚀 速度创建零配置 TypeScript 库项目的命令行工具",
5 "license": "MIT",
6 "homepage": "https://github.com/sinoui/ts-lib-scripts",
7 "bugs": {
8 "url": "https://github.com/sinoui/ts-lib-scripts/issues"
9 },
10 "repository": {
11 "type": "git",
12 "url": "git+https://github.com/sinoui/ts-lib-scripts.git"
13 },
14 "bin": {
15 "ts-lib-scripts": "index.js"
16 },
17 "scripts": {
18 "test": "node dist/index.js test"
19 },
20 "files": [
21 "dist/**/*",
22 "assets/**/*",
23 "index.js"
24 ],
25 "dependencies": {
26 "camelcase": "^5.3.1",
27 "chalk": "^2.4.2",
28 "commander": "^2.20.0",
29 "enquirer": "^2.3.0",
30 "execa": "^1.0.0",
31 "fs-extra": "^8.0.1",
32 "ora": "^3.4.0",
33 "ts-lib-scripts-utils": "^0.4.0",
34 "tslib": "^1.9.3",
35 "validate-npm-package-name": "^3.0.0"
36 },
37 "devDependencies": {
38 "@types/chalk": "^2.2.0",
39 "@types/execa": "^0.9.0",
40 "@types/fs-extra": "^7.0.0"
41 },
42 "peerDependencies": {
43 "typescript": ">=3.4.0"
44 },
45 "gitHead": "03adec583908fce450b6bb227f15fb85a8358fc1"
46}