mirror of
https://github.com/clockworklabs/SpacetimeDB.git
synced 2026-05-13 03:08:40 -04:00
6412318479
Push
16 lines
393 B
JSON
16 lines
393 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"
|
|
}
|