stack/docs/package.json
Zai Shi 54027d58a2
New client (#135)
Co-authored-by: Konsti Wohlwend <n2d4xc@gmail.com>
2024-07-19 22:07:44 -07:00

23 lines
508 B
JSON

{
"name": "@stackframe/docs",
"version": "2.5.3",
"description": "",
"main": "index.js",
"private": true,
"scripts": {
"clean": "rimraf .next && rimraf node_modules && rimraf fern/openapi/*.yaml",
"dev": "pnpm run fern docs dev --port 8104",
"fern": "fern",
"build": "pnpm run fern check"
},
"keywords": [],
"author": "",
"dependencies": {
"fern-api": "^0.31.24"
},
"devDependencies": {
"rimraf": "^5.0.7",
"@stackframe/stack-backend": "workspace:*"
}
}