mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-04 21:04:37 +08:00
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
23 lines
509 B
JSON
23 lines
509 B
JSON
{
|
|
"name": "@stackframe/docs",
|
|
"version": "2.6.12",
|
|
"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:*"
|
|
}
|
|
}
|