{"id":178307470,"number":"2.8.72","published_at":"2026-03-10T18:02:29.697Z","licenses":"MIT","integrity":"sha512-U+jWnFG6lWBtz98Jg/amkhdpoiHZc8cUKl0l1jTjFxpvDPoT2xP3h5PD8siSHV3yOKeC83Mf9AXQcQUbSQBqIg==","status":null,"download_url":"https://registry.npmjs.org/@stackframe/init-stack/-/init-stack-2.8.72.tgz","registry_url":"https://www.npmjs.com/package/@stackframe/init-stack/v/2.8.72","documentation_url":null,"install_command":"npm install @stackframe/init-stack@2.8.72","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-U+jWnFG6lWBtz98Jg/amkhdpoiHZc8cUKl0l1jTjFxpvDPoT2xP3h5PD8siSHV3yOKeC83Mf9AXQcQUbSQBqIg==","shasum":"d6d5e7afeedad4ec46ae3ed18b26eecccdc22955","tarball":"https://registry.npmjs.org/@stackframe/init-stack/-/init-stack-2.8.72.tgz","fileCount":7,"unpackedSize":233443,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@stackframe%2finit-stack@2.8.72","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIG3BR8rplJQy8rcZINTg7vMFb3sswsrR6AzOoso5gzmRAiBFCcvL6F46ixrh8cm16bdVt+h5+pr4flzlmE4TL3ff9Q=="}]},"gitHead":null,"main":"dist/index.mjs","scripts":{"clean":"rimraf test-run-output \u0026\u0026 rimraf node_modules \u0026\u0026 rimraf dist","build":"tsdown","dev":"tsdown --watch","lint":"eslint --ext .tsx,.ts .","typecheck":"tsc --noEmit","init-stack":"node dist/index.mjs","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.mjs","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.11.0","_nodeVersion":"25.8.0","_hasShrinkwrap":false,"directories":{},"engines":null,"exports":null,"browserify":null},"created_at":"2026-03-10T18:02:41.464Z","updated_at":"2026-03-10T18:02:43.005Z","purl":"pkg:npm/%40stackframe/init-stack@2.8.72","related_tag":null,"latest":false,"version_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@stackframe%2Finit-stack/versions/2.8.72","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@stackframe%2Finit-stack/versions/2.8.72/codemeta","dependencies":[{"id":1948549262,"ecosystem":"npm","package_name":"commander","requirements":"^13.1.0","kind":"runtime","optional":false},{"id":1948549263,"ecosystem":"npm","package_name":"inquirer","requirements":"^9.2.19","kind":"runtime","optional":false},{"id":1948549266,"ecosystem":"npm","package_name":"open","requirements":"^10.1.0","kind":"runtime","optional":false},{"id":1948549269,"ecosystem":"npm","package_name":"posthog-node","requirements":"^4.1.0","kind":"runtime","optional":false},{"id":1948549270,"ecosystem":"npm","package_name":"@stackframe/stack-shared","requirements":"2.8.72","kind":"runtime","optional":false},{"id":1948549272,"ecosystem":"npm","package_name":"@types/inquirer","requirements":"^9.0.7","kind":"Development","optional":false},{"id":1948549274,"ecosystem":"npm","package_name":"@types/node","requirements":"20.17.6","kind":"Development","optional":false},{"id":1948549277,"ecosystem":"npm","package_name":"rimraf","requirements":"^6.1.2","kind":"Development","optional":false},{"id":1948549279,"ecosystem":"npm","package_name":"tsdown","requirements":"^0.20.3","kind":"Development","optional":false},{"id":1948549281,"ecosystem":"npm","package_name":"typescript","requirements":"5.9.3","kind":"Development","optional":false}],"package_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@stackframe%2Finit-stack"}