generated from koki-develop/ts-cli-template
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1 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
{
"name": "cat-code",
"module": "src/index.tsx",
"type": "module",
"version": "0.2.1",
"author": "koki-develop <kou.pg.0131@gmail.com>",
"homepage": "https://github.com/koki-develop/cat-code",
"repository": {
"type": "git",
"url": "git+https://github.com/koki-develop/cat-code.git"
},
"license": "MIT",
"bin": {
"cat-code": "dist/index.js"
},
"files": [
"dist"
],
"scripts": {
"prepare": "husky",
"fmt": "biome check --write --unsafe .",
"lint": "biome check .",
"typecheck": "tsc --noEmit",
"build": "bun run ./scripts/build.ts",
"prepublishOnly": "bun run build"
},
"dependencies": {
"chalk": "5.4.1",
"commander": "14.0.0",
"glob": "11.0.3",
"ink": "6.0.1",
"ink-spinner": "5.0.0",
"react": "19.1.0",
"simple-git": "3.28.0"
},
"devDependencies": {
"@biomejs/biome": "2.0.5",
"@types/bun": "1.2.19",
"@types/react": "19.1.8",
"husky": "9.1.7",
"lint-staged": "16.1.2",
"typescript": "5.8.3"
}
}