Files
SpacetimeDB/docs/package.json
T
Zeke Foppa ec37594e79 Fix link checking (#340)
* [bfops/check-links]: fix link checker

* [bfops/check-links]: fix

* [bfops/check-links]: fix broken links

* [bfops/check-links]: fix logic

* [bfops/check-links]: fix site links

---------

Co-authored-by: Zeke Foppa <bfops@users.noreply.github.com>
2025-05-01 15:26:02 -07:00

24 lines
645 B
JSON

{
"name": "spacetime-docs",
"version": "1.0.0",
"description": "This repository contains the markdown files which are used to display documentation on our [website](https://spacetimedb.com/docs).",
"main": "index.js",
"dependencies": {
"github-slugger": "^2.0.0"
},
"devDependencies": {
"@types/node": "^22.10.2",
"remark-parse": "^11.0.0",
"tsx": "^4.19.2",
"typescript": "^5.3.2",
"unified": "^11.0.5",
"unist-util-visit": "^5.0.0"
},
"scripts": {
"build": "tsc --project ./tsconfig.json",
"check-links": "tsx scripts/checkLinks.ts"
},
"author": "Clockwork Labs",
"license": "ISC"
}