-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 872 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 872 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
38
{
"name": "sleepwalker",
"version": "1.0.0",
"private": true,
"description": "Detects stale references in AGENTS.md, CLAUDE.md, and .cursorrules and opens PRs to fix them. No AI, no guesswork, only logic.",
"author": "ekrlstd",
"license": "ISC",
"homepage": "https://github.com/ekrlstd/sleepwalker/",
"keywords": [
"probot",
"github",
"probot-app"
],
"scripts": {
"build": "tsc",
"start": "probot run ./lib/index.js",
"test": "vitest",
"dev": "tsc && probot run ./lib/index.js"
},
"dependencies": {
"probot": "^13.4.5",
"tsx": "^4.21.0"
},
"devDependencies": {
"@types/node": "^20.0.0",
"nock": "^14.0.5",
"smee-client": "^2.0.0",
"typescript": "^5.8.3",
"vitest": "^2.0.0"
},
"overrides": {
"@types/pg": "8.15.1"
},
"engines": {
"node": ">= 18"
},
"type": "module"
}