{"_id":"@brandon-snider/serverbox","_rev":"1-7d56aa5bd2ee7d64d63f4cdb5b5ed1dc","name":"@brandon-snider/serverbox","dist-tags":{"latest":"0.0.2"},"versions":{"0.0.1":{"name":"@brandon-snider/serverbox","version":"0.0.1","bin":{"serverbox":"dist/index.mjs"},"scripts":{"cli:dev":"tsup --watch","cli:build":"tsup","app:dev":"next dev","app:build":"next build && npm run app:postbuild","app:postbuild":"tsx scripts/postbuild.ts","app:start":"next start","app:lint":"next lint","build":"npm run cli:build && npm run app:build"},"devDependencies":{"@types/fs-extra":"^11.0.1","@types/node":"20.5.0","@types/react":"18.2.20","@types/react-dom":"18.2.7","autoprefixer":"10.4.15","eslint":"8.47.0","eslint-config-next":"13.4.16","execa":"^7.2.0","fs-extra":"^11.1.1","next":"^13.4.16","postcss":"8.4.28","react":"18.2.0","react-dom":"18.2.0","tailwindcss":"3.3.3","tsup":"^7.2.0","tsx":"^3.12.7","typescript":"5.1.6"},"publishConfig":{"access":"public"},"gitHead":"c05e4782bcdb19a2e3a8f4b1b0527a591a4ae1b2","description":"This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).","_id":"@brandon-snider/serverbox@0.0.1","_nodeVersion":"18.16.1","_npmVersion":"9.5.1","dist":{"integrity":"sha512-4FcR0zBGR7A+ot6xOFBwZU9iiSxCyuLlVwZvltq24gpS6c5USyvSSb85pTG6Shm8e/7waP951s7igd7yk39n5w==","shasum":"f857d1c5d836d60c14c45a525f6ca17667feca47","tarball":"https://registry.npmjs.org/@brandon-snider/serverbox/-/serverbox-0.0.1.tgz","fileCount":1713,"unpackedSize":31751973,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIG6MaalkU39Cem5D+NwLD4RkRXJ58RuU9aIub3ZQmHqsAiEAucnKP+NUqJJeC/OJvOhzoTWOZbO8/KdJPtdsuPzsjy0="}]},"_npmUser":{"name":"brandon-snider","email":"brandon@snider.so"},"directories":{},"maintainers":[{"name":"brandon-snider","email":"brandon@snider.so"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/serverbox_0.0.1_1692191278710_0.8534952528409208"},"_hasShrinkwrap":false},"0.0.2":{"name":"@brandon-snider/serverbox","version":"0.0.2","bin":{"serverbox":"dist/index.mjs"},"scripts":{"cli:dev":"tsup --watch","cli:build":"tsup","app:dev":"next dev","app:build":"next build && npm run app:postbuild","app:postbuild":"tsx scripts/postbuild.ts","app:start":"next start","app:lint":"next lint","build":"npm run cli:build && npm run app:build"},"devDependencies":{"@types/fs-extra":"^11.0.1","@types/node":"20.5.0","@types/react":"18.2.20","@types/react-dom":"18.2.7","autoprefixer":"10.4.15","eslint":"8.47.0","eslint-config-next":"13.4.16","execa":"^7.2.0","fs-extra":"^11.1.1","next":"^13.4.16","postcss":"8.4.28","react":"18.2.0","react-dom":"18.2.0","tailwindcss":"3.3.3","tsup":"^7.2.0","tsx":"^3.12.7","typescript":"5.1.6"},"publishConfig":{"access":"public"},"gitHead":"c05e4782bcdb19a2e3a8f4b1b0527a591a4ae1b2","description":"This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).","_id":"@brandon-snider/serverbox@0.0.2","_nodeVersion":"18.16.1","_npmVersion":"9.5.1","dist":{"integrity":"sha512-c2vFRoJTLq+AERNumu59Lw+bqSmaP9xO5BrE4hr3LFpgUpHpwv2H7VqlJ7FcbPRfrbiFxDaXiUfZ3k6uwpaeJw==","shasum":"9778392e38237bd728986835bc9e4234691d5e1f","tarball":"https://registry.npmjs.org/@brandon-snider/serverbox/-/serverbox-0.0.2.tgz","fileCount":1713,"unpackedSize":31697924,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEPxL4EzLz89cM1SAlrpzJc1d6l3qkmGxIroe9twm9srAiBM+Vk6DpNuP8jem4/4BJGPP+Pd25r2GHVnkMCtUT0Ueg=="}]},"_npmUser":{"name":"brandon-snider","email":"brandon@snider.so"},"directories":{},"maintainers":[{"name":"brandon-snider","email":"brandon@snider.so"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/serverbox_0.0.2_1692191658464_0.17159495961190419"},"_hasShrinkwrap":false}},"time":{"created":"2023-08-16T13:07:58.629Z","0.0.1":"2023-08-16T13:07:59.043Z","modified":"2023-08-16T13:14:19.094Z","0.0.2":"2023-08-16T13:14:18.934Z"},"maintainers":[{"name":"brandon-snider","email":"brandon@snider.so"}],"description":"This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).","readme":"This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).\n\n## Getting Started\n\nFirst, run the development server:\n\n```bash\nnpm run dev\n# or\nyarn dev\n# or\npnpm dev\n```\n\nOpen [http://localhost:3000](http://localhost:3000) with your browser to see the result.\n\nYou can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.\n\nThis project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font.\n\n## Learn More\n\nTo learn more about Next.js, take a look at the following resources:\n\n- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.\n- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.\n\nYou can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome!\n\n## Deploy on Vercel\n\nThe easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.\n\nCheck out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.\n","readmeFilename":"README.md"}