Files
SpacetimeDB/docs/package.json
T
Nathaniel Richards 603b065b20 Created buildeR
2023-11-28 15:01:39 -05:00

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"
}