-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 784 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 784 Bytes
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
{
"name": "@meanc/otter",
"publishConfig": {
"access": "public"
},
"description": "以水獭为名的clash tui",
"module": "index.ts",
"version": "0.0.3",
"bin": {
"ot": "index.ts"
},
"scripts": {
"postinstall": "chmod +x bin/mihomo"
},
"type": "module",
"devDependencies": {
"@types/bun": "latest",
"@types/fs-extra": "^11.0.4",
"@types/node": "^25.0.3",
"@types/react": "^19.2.7"
},
"peerDependencies": {
"typescript": "^5"
},
"dependencies": {
"@types/js-yaml": "^4.0.9",
"cac": "^6.7.14",
"chalk": "^5.6.2",
"fs-extra": "^11.3.3",
"ink": "^6.5.1",
"ink-select-input": "^6.2.0",
"js-yaml": "^4.1.1",
"ps-list": "^9.0.0",
"react": "^19.2.3",
"react-reconciler": "^0.33.0"
}
}