mirror of
https://github.com/clockworklabs/SpacetimeDB.git
synced 2026-05-12 18:57:51 -04:00
ec37594e79
* [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>
24 lines
645 B
JSON
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"
|
|
}
|