-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json.backup
More file actions
37 lines (37 loc) · 1.09 KB
/
package.json.backup
File metadata and controls
37 lines (37 loc) · 1.09 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
{
"name": "@zziheng/claude-notify",
"version": "1.0.0",
"description": "Claude Code 分布式任务完成通知系统",
"private": true,
"type": "module",
"scripts": {
"build": "pnpm -r --filter=@task/shared build && pnpm -r --filter=!@task/shared build",
"dev": "pnpm -r --parallel dev",
"lint": "biome check .",
"lint:fix": "biome check --write .",
"format": "biome format --write .",
"typecheck": "pnpm -r typecheck",
"test": "vitest",
"all": "pnpm format && pnpm lint:fix && pnpm typecheck"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@types/node": "^22.10.5",
"typescript": "^5.7.3",
"vitest": "^2.1.8"
},
"engines": {
"node": ">=18.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/Shadowzzh/claude-notify.git"
},
"bugs": {
"url": "https://github.com/Shadowzzh/claude-notify/issues"
},
"homepage": "https://github.com/Shadowzzh/claude-notify#readme",
"keywords": ["claude", "claude-code", "notification", "task-notify", "ssh", "remote"],
"author": "Shadowzzh",
"license": "MIT"
}