-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.51 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "@x-9lab/launch",
"version": "1.2.3",
"description": "monorepo 项目管理操作菜单",
"main": "dist/index.js",
"types": "./@types/index.d.ts",
"files": [
"dist",
"@types"
],
"bin": {
"xlaunch": "dist/bin/launch"
},
"scripts": {
"dev": "swc src -D ./src/bin --config-file .swcrc -d dist -w",
"compile": "swc src -D ./src/bin --config-file .swcrc -d dist",
"build": "yarn compile && yarn gen-declaration",
"gen-declaration": "tsc --emitDeclarationOnly",
"changelog": "changelog"
},
"dependencies": {
"colors": "1.4.0",
"@x-drive/utils": "1.1.26",
"cross-spawn": "7.0.3",
"minimist": "1.2.6",
"liftoff": "5.0.0",
"inquirer": "11.0.2"
},
"devDependencies": {
"tslib": "2.3.0",
"chokidar": "3.5.3",
"typescript": "5.6.2",
"@types/node": "22.6.1",
"@types/inquirer": "9.0.7",
"@swc/cli": "0.1.57",
"@swc/core": "1.2.171",
"@x-drive/changelog": "1.1.6"
},
"repository": {
"type": "git",
"url": "git+https://github.com/x-9lab/launch.git"
},
"keywords": [
"monorepo",
"lerna",
"inquirer"
],
"engines": {
"node": ">=14.0.0"
},
"author": "digiaries <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/x-9lab/launch/issues"
},
"homepage": "https://github.com/x-9lab/launch#readme"
}