mirror of
https://github.com/clockworklabs/SpacetimeDB.git
synced 2026-05-06 07:26:43 -04:00
26 lines
506 B
JSON
26 lines
506 B
JSON
{
|
|
"name": "spacetime-docs",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"build": "npx tsc",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"bin": {
|
|
"spacetime-docs": "./dist/index.js"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"clear": "^0.1.0",
|
|
"commander": "^11.0.0",
|
|
"figlet": "^1.6.0",
|
|
"fs-extra": "^11.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.6.2",
|
|
"typescript": "^5.2.2"
|
|
}
|
|
}
|