mirror of
https://github.com/clockworklabs/SpacetimeDB.git
synced 2026-05-14 19:58:24 -04:00
15 lines
392 B
JSON
15 lines
392 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": {},
|
|
"devDependencies": {
|
|
"typescript": "^5.3.2"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc"
|
|
},
|
|
"author": "Clockwork Labs",
|
|
"license": "ISC"
|
|
} |