-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.06 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.06 KB
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
{
"name": "@mistweaverco/kulala-cli",
"version": "0.8.3",
"repository": {
"type": "git",
"url": "https://github.com/mistweaverco/kulala-cli"
},
"bin": {
"kulala": "dist/cli.cjs"
},
"files": [
"dist/cli.cjs",
"dist/install-backend.cjs"
],
"type": "module",
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "tsx ./scripts/build.ts",
"lint": "vp lint",
"prepare": "vp config && tsx ./scripts/build.ts || true",
"postinstall": "node dist/install-backend.cjs || true"
},
"devDependencies": {
"@inquirer/core": "11.2.1",
"@inquirer/select": "4.3.4",
"@inquirer/type": "4.0.7",
"@types/node": "25.9.1",
"@types/pngjs": "6.0.5",
"chalk": "5.6.2",
"cli-highlight": "2.1.11",
"commander": "15.0.0",
"eslint-plugin-prettier": "5.5.6",
"globals": "17.6.0",
"jpeg-js": "0.4.4",
"picocolors": "1.1.1",
"pngjs": "7.0.0",
"prettier": "3.8.4",
"tsx": "4.22.4",
"typescript": "5.9.3",
"vite-plus": "catalog:"
},
"packageManager": "pnpm@11.5.2"
}