stack/packages/init-stack/package.json
Konstantin Wohlwend ad8d918014
Some checks are pending
Runs E2E API Tests / build (20.x) (push) Waiting to run
Runs E2E API Tests / build (22.6) (push) Waiting to run
Lint & build / lint_and_build (20.x) (push) Waiting to run
Lint & build / lint_and_build (22.6) (push) Waiting to run
TOC Generator / TOC Generator (push) Waiting to run
chore: update package versions
2024-08-29 22:12:57 -07:00

25 lines
489 B
JSON

{
"name": "@stackframe/init-stack",
"version": "2.5.27",
"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"
}
}