stack/docs/package.json
Konstantin Wohlwend 5b6116e57e
Some checks failed
Runs E2E API Tests / build (20.x) (push) Has been cancelled
Runs E2E API Tests / build (22.x) (push) Has been cancelled
Lint & build / lint_and_build (20.x) (push) Has been cancelled
Lint & build / lint_and_build (22.x) (push) Has been cancelled
Mirror main branch to main-mirror-for-wdb / lint_and_build (push) Has been cancelled
Publish Docs / run (push) Has been cancelled
TOC Generator / TOC Generator (push) Has been cancelled
chore: update package versions
2024-08-15 16:02:46 -07:00

23 lines
509 B
JSON

{
"name": "@stackframe/docs",
"version": "2.5.20",
"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:*"
}
}