-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 888 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 888 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
{
"name": "@orientpine/omo-usage",
"version": "0.1.0",
"description": "omo-ai(senpi)에 로그인된 모든 계정의 잔여 사용량을 한 화면에 보여주는 TUI",
"license": "MIT",
"author": "orientpine",
"repository": {
"type": "git",
"url": "git+https://github.com/orientpine/omo-usage.git"
},
"homepage": "https://github.com/orientpine/omo-usage#readme",
"bugs": "https://github.com/orientpine/omo-usage/issues",
"keywords": ["omo", "senpi", "claude", "codex", "grok", "usage", "rate-limit", "tui", "bun"],
"type": "module",
"bin": {
"omo-usage": "./bin/omo-usage.ts"
},
"files": ["bin", "src", "README.md", "README.ko.md"],
"engines": {
"bun": ">=1.2"
},
"scripts": {
"start": "bun run src/main.ts",
"test": "bun test",
"typecheck": "bunx tsc --noEmit"
},
"devDependencies": {
"@types/bun": "^1.4.2"
}
}