mirror of
https://github.com/clockworklabs/SpacetimeDB.git
synced 2026-05-13 11:17:50 -04:00
96710dab99
* First commit to test images * Progress on the unity tutorial * moar docs * Part 3 incoming * Part 3 and almost part 4! * Finalized part 4 and deleted unused files * Small fixes and clarifications * Review typos and fixes * Fixed link validation for images * Removed the reference to an image which is going to be moving * Fixed the tsconfig issue (it was not actually using the tsconfig) * Shortened titles * Just testing something * Undo change * Consistent headers * Commenting out images for now * Missed an image
21 lines
554 B
JSON
21 lines
554 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",
|
|
"tsx": "^4.19.2",
|
|
"typescript": "^5.3.2"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc --project ./tsconfig.json",
|
|
"check-links": "tsx scripts/checkLinks.ts"
|
|
},
|
|
"author": "Clockwork Labs",
|
|
"license": "ISC"
|
|
}
|