-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 1003 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 1003 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": "seo-graph",
"private": true,
"version": "0.0.0",
"description": "Agent-ready SEO for JavaScript — schema.org JSON-LD graph builder with an Astro integration.",
"repository": {
"type": "git",
"url": "git+https://github.com/jdevalk/seo-graph.git"
},
"homepage": "https://github.com/jdevalk/seo-graph#readme",
"bugs": "https://github.com/jdevalk/seo-graph/issues",
"author": "Joost de Valk <joost@joost.blog>",
"license": "MIT",
"packageManager": "pnpm@10.32.1",
"engines": {
"node": ">=22"
},
"scripts": {
"build": "pnpm -r build",
"test": "pnpm -r test",
"typecheck": "pnpm -r typecheck",
"format": "prettier --write .",
"format:check": "prettier --check .",
"changeset": "changeset",
"release": "changeset publish"
},
"devDependencies": {
"@changesets/cli": "^2.31.0",
"prettier": "^3.8.3",
"typescript": "^6.0.3"
}
}