-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.14 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.14 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
{
"name": "herald",
"private": true,
"version": "0.1.0",
"description": "herald: a toolkit for adopting the agents.txt standard. Generates robots.txt, sitemap.xml, llms.txt, agents.txt, and agents.json, with optional x402 + MPP payment middleware.",
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev",
"typecheck": "turbo run typecheck",
"clean": "turbo run clean",
"test": "vitest run",
"test:watch": "vitest",
"test:coverage": "vitest run --coverage",
"lint": "biome lint ./packages",
"format": "biome format --write ./packages",
"check": "biome check --write ./packages",
"publint": "turbo run publint",
"changeset": "changeset",
"version-packages": "changeset version",
"release": "pnpm build && changeset publish"
},
"devDependencies": {
"@biomejs/biome": "^2.4.14",
"@changesets/cli": "^2.31.0",
"@vitest/coverage-v8": "^4.1.5",
"esbuild": "0.28.0",
"publint": "^0.3.19",
"tsup": "^8.5.1",
"turbo": "^2.9.9",
"typescript": "^6.0.3",
"vitest": "^4.1.5"
},
"packageManager": "pnpm@10.26.2",
"engines": {
"node": ">=20.12.0"
}
}