mirror of
https://github.com/clockworklabs/SpacetimeDB.git
synced 2026-05-22 23:51:30 -04:00
22 lines
578 B
JSON
22 lines
578 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",
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"@orama/orama": "^2.1.1",
|
|
"@types/node": "^22.5.5",
|
|
"kleur": "^4.1.5",
|
|
"marked": "^14.1.2",
|
|
"prettier": "^3.3.3",
|
|
"tsx": "^4.19.1"
|
|
},
|
|
"scripts": {
|
|
"format": "prettier --write .",
|
|
"check-docs": "tsx scripts/checks.ts"
|
|
},
|
|
"author": "Clockwork Labs",
|
|
"license": "ISC"
|
|
}
|