-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.49 KB
/
Copy pathpackage.json
File metadata and controls
54 lines (54 loc) · 1.49 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
{
"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.20.0",
"@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.13.2",
"@vitest/coverage-v8": "4.1.4",
"@vitest/eslint-plugin": "1.6.15",
"eslint": "10.6.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.7.0",
"prettier": "3.9.1",
"typescript": "6.0.3",
"vitest": "4.1.4"
},
"packageManager": "pnpm@11.10.0"
}