mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-05-17 12:20:04 +00:00
14 lines
281 B
JSON
14 lines
281 B
JSON
{
|
|
"name": "@repo/docs",
|
|
"module": "index.ts",
|
|
"type": "module",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "bunx mintlify@latest dev --no-open --port 3003"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bun": "latest",
|
|
"mintlify": "^4.2.112",
|
|
"typescript": "^5.9.2"
|
|
}
|
|
}
|