{"id":166839035,"number":"2.8.60","published_at":"2026-01-20T22:37:35.995Z","licenses":"MIT","integrity":"sha512-gaotI1YzK/uY48LCqxrtEBzVaaNttJK0e2HeyEAUZjqU7ZkGnJFhIgx+gtOhiP4yhvYtoEY5eNIM5s1SuCn3Zg==","status":null,"download_url":"https://registry.npmjs.org/@stackframe/init-stack/-/init-stack-2.8.60.tgz","registry_url":"https://www.npmjs.com/package/@stackframe/init-stack/v/2.8.60","documentation_url":null,"install_command":"npm install @stackframe/init-stack@2.8.60","metadata":{"deprecated":null,"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:c1d4b218-7aa4-44a5-b59d-1677a4a62de1"}},"dist":{"integrity":"sha512-gaotI1YzK/uY48LCqxrtEBzVaaNttJK0e2HeyEAUZjqU7ZkGnJFhIgx+gtOhiP4yhvYtoEY5eNIM5s1SuCn3Zg==","shasum":"94310735a92e514b3dbe8e79766f4df5ca7d69c3","tarball":"https://registry.npmjs.org/@stackframe/init-stack/-/init-stack-2.8.60.tgz","fileCount":6,"unpackedSize":256925,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@stackframe%2finit-stack@2.8.60","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQCX/b07p0de2YiDY1lj77damtdWGqJpGCR6sz7rMriQEQIhAOECzYSVzJm/KMsa3Norp+Bh+EYwhc50U52cCsG4qYRn"}]},"gitHead":null,"main":"dist/index.js","scripts":{"clean":"rimraf test-run-output \u0026\u0026 rimraf node_modules \u0026\u0026 rimraf dist","build":"tsup","dev":"tsup --watch","lint":"eslint --ext .tsx,.ts .","typecheck":"tsc --noEmit","init-stack":"node dist/index.js","init-stack:local":"STACK_INIT_API_BASE_URL=http://localhost:${NEXT_PUBLIC_STACK_PORT_PREFIX:-81}02 STACK_NEXT_INSTALL_PACKAGE_NAME_OVERRIDE=../../stack STACK_JS_INSTALL_PACKAGE_NAME_OVERRIDE=../../js STACK_REACT_INSTALL_PACKAGE_NAME_OVERRIDE=../../react node dist/index.js","test-run":"pnpm run build \u0026\u0026 pnpm run test-run-js \u0026\u0026 pnpm run test-run-node \u0026\u0026 pnpm run test-run-next \u0026\u0026 pnpm run test-run-neon \u0026\u0026 pnpm run test-run-no-browser","test-run:manual":"pnpm run build \u0026\u0026 pnpm run test-run-js:manual \u0026\u0026 pnpm run test-run-node:manual \u0026\u0026 pnpm run test-run-next:manual \u0026\u0026 pnpm run test-run-neon:manual","ensure-neon":"grep -q '\"@neondatabase/serverless\"' ./test-run-output/package.json \u0026\u0026 echo 'Initialized Neon successfully!'","test-run-neon":"pnpm run test-run-node --neon \u0026\u0026 pnpm run ensure-neon","test-run-neon:manual":"pnpm run test-run-node:manual --neon \u0026\u0026 pnpm run ensure-neon","test-run-no-browser":"rimraf test-run-output \u0026\u0026 mkdir test-run-output \u0026\u0026 cd test-run-output \u0026\u0026 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 \u0026\u0026 cd .. \u0026\u0026 pnpm run init-stack:local test-run-output --on-question error --no-warn-uncommitted-changes --js --server --npm --no-browser","test-run-node:manual":"rimraf test-run-output \u0026\u0026 mkdir test-run-output \u0026\u0026 cd test-run-output \u0026\u0026 npm init \u0026\u0026 cd .. \u0026\u0026 pnpm run init-stack:local test-run-output","test-run-node":"rimraf test-run-output \u0026\u0026 mkdir test-run-output \u0026\u0026 cd test-run-output \u0026\u0026 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 \u0026\u0026 cd .. \u0026\u0026 pnpm run init-stack:local test-run-output --on-question error --no-warn-uncommitted-changes --js --server --npm --no-browser","test-run-js:manual":"rimraf test-run-output \u0026\u0026 pnpx sv create test-run-output --no-install \u0026\u0026 pnpm run init-stack:local test-run-output","test-run-js":"rimraf test-run-output \u0026\u0026 pnpx sv create test-run-output --template minimal --types ts --no-add-ons --no-install \u0026\u0026 pnpm run init-stack:local test-run-output --on-question error --no-warn-uncommitted-changes --js --client --npm --no-browser","test-run-next:manual":"rimraf test-run-output \u0026\u0026 pnpx create-next-app@latest test-run-output \u0026\u0026 pnpm run init-stack:local test-run-output","test-run-next":"rimraf test-run-output \u0026\u0026 pnpx create-next-app@latest test-run-output --app --ts --no-src-dir --tailwind --use-npm --eslint --import-alias '##@#/*' --turbopack \u0026\u0026 pnpm run init-stack:local test-run-output --on-question error --no-warn-uncommitted-changes --no-browser","test-run-keys-next":"rimraf test-run-output \u0026\u0026 pnpx create-next-app@latest test-run-output --app --ts --no-src-dir --tailwind --use-npm --eslint --import-alias '##@#/*' --turbopack \u0026\u0026 pnpm run init-stack:local test-run-output --on-question error --no-warn-uncommitted-changes --project-id my-project-id --publishable-client-key my-publishable-client-key","test-run-keys-js":"rimraf test-run-output \u0026\u0026 pnpx sv create test-run-output --template minimal --types ts --no-add-ons --no-install \u0026\u0026 pnpm run init-stack:local test-run-output --on-question error --no-warn-uncommitted-changes --js --client --npm --project-id my-project-id --publishable-client-key my-publishable-client-key","test-run-react":"rimraf test-run-output \u0026\u0026 pnpx create-vite@latest test-run-output --template react-ts \u0026\u0026 pnpm run init-stack:local test-run-output --on-question error --no-warn-uncommitted-changes --no-browser --npm","test-run-react:manual":"rimraf test-run-output \u0026\u0026 pnpx create-vite@latest test-run-output --template react-ts \u0026\u0026 pnpm run init-stack:local test-run-output --react"},"_npmVersion":"11.7.0","_nodeVersion":"25.4.0","_hasShrinkwrap":false,"directories":{},"engines":null,"exports":null,"browserify":null},"created_at":"2026-01-25T10:29:26.685Z","updated_at":"2026-01-25T10:29:27.713Z","purl":"pkg:npm/%40stackframe/init-stack@2.8.60","related_tag":null,"latest":false,"version_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@stackframe%2Finit-stack/versions/2.8.60","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@stackframe%2Finit-stack/versions/2.8.60/codemeta","dependencies":[{"id":1867079647,"ecosystem":"npm","package_name":"commander","requirements":"^13.1.0","kind":"runtime","optional":false},{"id":1867079648,"ecosystem":"npm","package_name":"inquirer","requirements":"^9.2.19","kind":"runtime","optional":false},{"id":1867079649,"ecosystem":"npm","package_name":"open","requirements":"^10.1.0","kind":"runtime","optional":false},{"id":1867079650,"ecosystem":"npm","package_name":"posthog-node","requirements":"^4.1.0","kind":"runtime","optional":false},{"id":1867079651,"ecosystem":"npm","package_name":"@stackframe/stack-shared","requirements":"2.8.60","kind":"runtime","optional":false},{"id":1867079652,"ecosystem":"npm","package_name":"@types/inquirer","requirements":"^9.0.7","kind":"Development","optional":false},{"id":1867079653,"ecosystem":"npm","package_name":"@types/node","requirements":"20.17.6","kind":"Development","optional":false},{"id":1867079654,"ecosystem":"npm","package_name":"rimraf","requirements":"^6.0.1","kind":"Development","optional":false},{"id":1867079655,"ecosystem":"npm","package_name":"tsup","requirements":"^8.4.0","kind":"Development","optional":false},{"id":1867079656,"ecosystem":"npm","package_name":"typescript","requirements":"5.3.3","kind":"Development","optional":false}],"package_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@stackframe%2Finit-stack"}