-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.73 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.73 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "@fro-bot/.github",
"version": "0.0.0",
"private": true,
"description": "Community health files and automated control center for @fro-bot",
"keywords": [
"actions",
"ai",
"automation",
"github-actions",
"fro-bot",
"renovate-config"
],
"repository": {
"type": "git",
"url": "https://github.com/fro-bot/.github.git"
},
"license": "MIT",
"author": "Marcus R. Brown <git@mrbro.dev> (https://mrbro.dev/)",
"type": "module",
"scripts": {
"bootstrap": "pnpm install --prefer-offline --loglevel warn",
"check-types": "tsc --noEmit --project ./tsconfig.json",
"coverage": "vitest run --coverage",
"fix": "pnpm run lint --fix",
"lint": "eslint",
"test": "vitest run",
"test:watch": "vitest"
},
"prettier": "@bfra.me/prettier-config/120-proof",
"dependencies": {
"@atproto/api": "^0.19.9",
"@octokit/rest": "^22.0.1",
"yaml": "^2.6.0"
},
"devDependencies": {
"@bfra.me/eslint-config": "0.51.0",
"@bfra.me/prettier-config": "0.16.0",
"@bfra.me/tsconfig": "0.13.0",
"@types/node": "24.12.0",
"@vitest/coverage-v8": "4.1.4",
"@vitest/eslint-plugin": "1.6.15",
"eslint": "10.2.0",
"eslint-config-prettier": "10.1.1",
"eslint-plugin-erasable-syntax-only": "0.4.0",
"eslint-plugin-node-dependencies": "2.2.0",
"eslint-plugin-prettier": "5.5.0",
"jiti": "2.6.1",
"prettier": "3.8.1",
"typescript": "6.0.3",
"vitest": "4.1.4"
},
"packageManager": "pnpm@10.33.0",
"pnpm": {
"overrides": {
"ajv@8": "8.18.0",
"brace-expansion": ">=5.0.5",
"flatted": ">=3.4.2",
"minimatch": ">=10.2.3",
"picomatch": ">=4.0.4",
"undici": ">=7.24.0",
"yaml": ">=2.8.3"
}
}
}