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