Skip to content

Commit 60bace4

Browse files
committed
chore: bump version to 0.4.0
1 parent edfa241 commit 60bace4

1 file changed

Lines changed: 57 additions & 56 deletions

File tree

package.json

Lines changed: 57 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -1,56 +1,57 @@
1-
{
2-
"name": "@ymstar/agentmeter",
3-
"version": "0.3.1",
4-
"description": "Token usage and cost tracking for Claude Code",
5-
"type": "module",
6-
"bin": {
7-
"agentmeter": "./dist/index.js"
8-
},
9-
"scripts": {
10-
"build": "tsc -p tsconfig.json && cp -r src/dashboard/static dist/dashboard/",
11-
"test": "vitest run",
12-
"dev": "tsc -p tsconfig.json --watch"
13-
},
14-
"keywords": [
15-
"ai",
16-
"agent",
17-
"token",
18-
"metering",
19-
"mcp",
20-
"claude",
21-
"claude-code",
22-
"token-tracking",
23-
"cost-monitoring",
24-
"llm",
25-
"dashboard",
26-
"anthropic",
27-
"cursor",
28-
"gemini-cli",
29-
"prompt-caching",
30-
"developer-tools",
31-
"cli",
32-
"sqlite",
33-
"token-usage",
34-
"ai-cost",
35-
"agent-metering"
36-
],
37-
"author": "",
38-
"license": "MIT",
39-
"dependencies": {
40-
"better-sqlite3": "^11.0.0"
41-
},
42-
"devDependencies": {
43-
"@types/better-sqlite3": "^7.6.0",
44-
"@types/node": "^22.0.0",
45-
"typescript": "^5.7.0",
46-
"vitest": "^3.1.0"
47-
},
48-
"files": [
49-
"dist",
50-
"dist/dashboard/static"
51-
],
52-
"repository": {
53-
"type": "git",
54-
"url": "https://github.com/ymstar/agentmeter.git"
55-
}
56-
}
1+
1| 1|{
2+
2| 2| "name": "@ymstar/agentmeter",
3+
3| 3| "version": "0.4.0",
4+
4| 4| "description": "Token usage and cost tracking for Claude Code",
5+
5| 5| "type": "module",
6+
6| 6| "bin": {
7+
7| 7| "agentmeter": "./dist/index.js"
8+
8| 8| },
9+
9| 9| "scripts": {
10+
10| 10| "build": "tsc -p tsconfig.json && cp -r src/dashboard/static dist/dashboard/",
11+
11| 11| "test": "vitest run",
12+
12| 12| "dev": "tsc -p tsconfig.json --watch"
13+
13| 13| },
14+
14| 14| "keywords": [
15+
15| 15| "ai",
16+
16| 16| "agent",
17+
17| 17| "token",
18+
18| 18| "metering",
19+
19| 19| "mcp",
20+
20| 20| "claude",
21+
21| 21| "claude-code",
22+
22| 22| "token-tracking",
23+
23| 23| "cost-monitoring",
24+
24| 24| "llm",
25+
25| 25| "dashboard",
26+
26| 26| "anthropic",
27+
27| 27| "cursor",
28+
28| 28| "gemini-cli",
29+
29| 29| "prompt-caching",
30+
30| 30| "developer-tools",
31+
31| 31| "cli",
32+
32| 32| "sqlite",
33+
33| 33| "token-usage",
34+
34| 34| "ai-cost",
35+
35| 35| "agent-metering"
36+
36| 36| ],
37+
37| 37| "author": "",
38+
38| 38| "license": "MIT",
39+
39| 39| "dependencies": {
40+
40| 40| "better-sqlite3": "^11.0.0"
41+
41| 41| },
42+
42| 42| "devDependencies": {
43+
43| 43| "@types/better-sqlite3": "^7.6.0",
44+
44| 44| "@types/node": "^22.0.0",
45+
45| 45| "typescript": "^5.7.0",
46+
46| 46| "vitest": "^3.1.0"
47+
47| 47| },
48+
48| 48| "files": [
49+
49| 49| "dist",
50+
50| 50| "dist/dashboard/static"
51+
51| 51| ],
52+
52| 52| "repository": {
53+
53| 53| "type": "git",
54+
54| 54| "url": "https://github.com/ymstar/agentmeter.git"
55+
55| 55| }
56+
56| 56|}
57+
57| 57|

0 commit comments

Comments
 (0)