-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 853 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 853 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
{
"name": "cirrus",
"private": true,
"version": "1.0.0",
"description": "Cirrus – A single-user AT Protocol PDS on Cloudflare Workers",
"scripts": {
"check": "pnpm run --filter '@getcirrus/*' --filter 'create-pds' check",
"test": "pnpm run --filter '@getcirrus/*' --filter 'create-pds' test",
"build": "pnpm run --filter '@getcirrus/*' --filter 'create-pds' build",
"format": "prettier --write .",
"knip": "knip"
},
"keywords": [],
"author": "Matt Kane",
"license": "MIT",
"devDependencies": {
"@changesets/changelog-github": "^0.5.2",
"@changesets/cli": "^2.29.8",
"@types/node": "^24.10.4",
"knip": "^5.78.0",
"prettier": "^3.7.4",
"typescript": "^5.9.3",
"vitest": "4.1.0-beta.1"
},
"packageManager": "pnpm@10.26.2",
"pnpm": {
"overrides": {
"wrangler": "^4.63.0",
"miniflare": "^4.20260205.0"
}
}
}