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