{ "name": "@stackframe/init-stack", "version": "2.7.18", "description": "The setup wizard for Stack. https://stack-auth.com", "main": "index.mjs", "type": "module", "bin": "./index.mjs", "scripts": { "clean": "rimraf test-run-output && rimraf node_modules", "init-stack": "node init-stack/index.mjs", "init-stack:local": "STACK_NEXT_INSTALL_PACKAGE_NAME_OVERRIDE=../../stack STACK_JS_INSTALL_PACKAGE_NAME_OVERRIDE=../../js node index.mjs", "test-run": "pnpm run test-run-js && pnpm run test-run-node && pnpm run test-run-next && pnpm run test-run-neon", "test-run:manual": "pnpm run test-run-js:manual && pnpm run test-run-node:manual && pnpm run test-run-next:manual && pnpm run test-run-neon:manual", "ensure-neon": "grep -q '\"@neondatabase/serverless\"' ./test-run-output/package.json && echo 'Initialized Neon successfully!'", "test-run-neon": "pnpm run test-run-node --neon && pnpm run ensure-neon", "test-run-neon:manual": "pnpm run test-run-node:manual --neon && pnpm run ensure-neon", "test-run-node:manual": "rimraf test-run-output && mkdir test-run-output && cd test-run-output && npm init && cd .. && pnpm run init-stack:local test-run-output", "test-run-node": "rimraf test-run-output && mkdir test-run-output && cd test-run-output && npm init --init-author-name example-author --init-license UNLICENSED --init-author-url http://example.com --init-module test-run-output --init-version 1.0.0 -y && cd .. && STACK_DISABLE_INTERACTIVE=true pnpm run init-stack:local test-run-output --js --server --npm", "test-run-js:manual": "rimraf test-run-output && npx -y sv create test-run-output --no-install && pnpm run init-stack:local test-run-output", "test-run-js": "rimraf test-run-output && npx -y sv create test-run-output --template minimal --types ts --no-add-ons --no-install && STACK_DISABLE_INTERACTIVE=true pnpm run init-stack:local test-run-output --js --client --npm", "test-run-next:manual": "rimraf test-run-output && npx -y create-next-app@latest test-run-output && pnpm run init-stack:local test-run-output", "test-run-next": "rimraf test-run-output && npx -y create-next-app@latest test-run-output --app --ts --no-src-dir --tailwind --use-npm --eslint --import-alias '##@#/*' --turbopack && STACK_DISABLE_INTERACTIVE=true pnpm run init-stack:local test-run-output" }, "files": [ "README.md", "index.mjs", "CHANGELOG.md", "LICENSE" ], "homepage": "https://stack-auth.com", "keywords": [], "author": "", "license": "MIT", "dependencies": { "@stackframe/stack-shared": "workspace:*", "inquirer": "^9.2.19", "open": "^10.1.0" } }