mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-13 21:01:21 +08:00
Update every package.json `repository` field (published + private), README contributor links, CHANGELOG screenshot URLs, the stack-cli emulator default repo, and docs-mintlify GitHub links from hexclave/stack-auth (and the legacy stack-auth/stack-auth slug) to hexclave/hexclave, in preparation for renaming the GitHub repository. Deliberately left on the old slug: - npm-publish.yaml Actions environment name (matches repo Settings, not a URL) - DeepWiki repo ids in backend qa-reviewer / internal-tool (external index) - legacy docs/ folder (dropped from the workspace, slated for removal)
15 lines
387 B
JSON
15 lines
387 B
JSON
{
|
|
"name": "@hexclave/dev-launchpad",
|
|
"version": "1.0.0",
|
|
"repository": "https://github.com/hexclave/hexclave",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "node scripts/write-env-config.js && serve -p ${NEXT_PUBLIC_HEXCLAVE_PORT_PREFIX:-81}00 -s public",
|
|
"clean": "rimraf node_modules"
|
|
},
|
|
"dependencies": {
|
|
"serve": "^14.2.4"
|
|
},
|
|
"packageManager": "pnpm@10.23.0"
|
|
}
|