-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.04 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.04 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
{
"name": "github-pr-cleaner",
"version": "1.5.0",
"description": "Automatically hides deployment noise from GitHub pull request timelines",
"type": "module",
"packageManager": "pnpm@10.15.0",
"scripts": {
"build": "rolldown -c",
"watch": "rolldown -c --watch",
"lint": "oxlint src",
"lint:fix": "oxlint --fix src",
"format": "oxfmt src",
"format:check": "oxfmt --check src",
"package": "pnpm run build && cd dist && zip -r ../github-pr-cleaner.zip . && cd .."
},
"repository": {
"type": "git",
"url": "git+https://github.com/thereis/github-pr-cleaner.git"
},
"keywords": [],
"author": "Lucas Reis",
"license": "ISC",
"bugs": {
"url": "https://github.com/thereis/github-pr-cleaner/issues"
},
"homepage": "https://github.com/thereis/github-pr-cleaner#readme",
"devDependencies": {
"@anthropic-ai/claude-code": "^2.1.100",
"@types/chrome": "^0.1.40",
"loglevel": "^1.9.2",
"oxfmt": "^0.44.0",
"oxlint": "^1.59.0",
"rolldown": "^1.0.0-rc.15",
"typescript": "^6.0.2"
}
}