mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-04 21:04:37 +08:00
Some checks are pending
Runs E2E API Tests / build (20.x) (push) Waiting to run
Runs E2E API Tests / build (22.x) (push) Waiting to run
Lint & build / lint_and_build (20.x) (push) Waiting to run
Lint & build / lint_and_build (22.x) (push) Waiting to run
TOC Generator / TOC Generator (push) Waiting to run
Mirror main branch to main-mirror-for-wdb / lint_and_build (push) Waiting to run
Publish Docs / run (push) Waiting to run
25 lines
489 B
JSON
25 lines
489 B
JSON
{
|
|
"name": "@stackframe/init-stack",
|
|
"version": "2.5.22",
|
|
"description": "The setup wizard for Stack. https://stack-auth.com",
|
|
"main": "index.mjs",
|
|
"bin": "./index.mjs",
|
|
"scripts": {
|
|
"init-stack": "node index.mjs"
|
|
},
|
|
"files": [
|
|
"README.md",
|
|
"index.mjs",
|
|
"CHANGELOG.md",
|
|
"LICENSE"
|
|
],
|
|
"homepage": "https://stack-auth.com",
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"inquirer": "^9.2.19",
|
|
"open": "^10.1.0"
|
|
}
|
|
}
|