{"_id":"2ezlib","name":"2ezlib","dist-tags":{"latest":"0.0.1"},"versions":{"0.0.1":{"name":"2ezlib","version":"0.0.1","license":"MIT","author":{"name":"Giacomo Folli","email":"https://github.com/giacomo-folli"},"description":"Exercise repo.","scripts":{"dev":"vite dev","build":"vite build && npm run package","preview":"vite preview","package":"svelte-kit sync && svelte-package && publint","prepublishOnly":"npm run package","check":"svelte-kit sync && svelte-check --tsconfig ./tsconfig.json","check:watch":"svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch","format":"prettier --write .","lint":"prettier --check . && eslint .","test:unit":"vitest","test":"npm run test:unit -- --run && npm run test:e2e","test:e2e":"playwright test"},"sideEffects":["**/*.css"],"svelte":"./dist/index.js","types":"./dist/index.d.ts","type":"module","exports":{".":{"types":"./dist/index.d.ts","svelte":"./dist/index.js"}},"peerDependencies":{"svelte":"^5.0.0"},"devDependencies":{"@playwright/test":"^1.45.3","@sveltejs/adapter-auto":"^3.0.0","@sveltejs/kit":"^2.0.0","@sveltejs/package":"^2.0.0","@sveltejs/vite-plugin-svelte":"^4.0.0","autoprefixer":"^10.4.20","eslint":"^9.7.0","eslint-config-prettier":"^9.1.0","eslint-plugin-svelte":"^2.36.0","globals":"^15.0.0","prettier":"^3.3.2","prettier-plugin-svelte":"^3.2.6","prettier-plugin-tailwindcss":"^0.6.5","publint":"^0.2.0","svelte":"^5.0.0","svelte-check":"^4.0.0","tailwindcss":"^3.4.9","typescript":"^5.0.0","typescript-eslint":"^8.0.0","vite":"^5.0.11","vitest":"^2.0.4"},"dependencies":{"@tailwindcss/typography":"^0.5.15","clsx":"^2.1.1","lucide-svelte":"^0.462.0","tailwind-merge":"^2.5.5"},"_id":"2ezlib@0.0.1","_nodeVersion":"20.18.1","_npmVersion":"10.8.2","dist":{"integrity":"sha512-4nXguRakMvqxloeJRCK+Q5SCt2BaNFcZriJT1COX6rCGaEbCXZQ94x/b3H9sskpcCMguinS7mik3IXl2stSfcA==","shasum":"09a76e1b3707e5b78e6777de40879853576b6bdb","tarball":"https://registry.npmjs.org/2ezlib/-/2ezlib-0.0.1.tgz","fileCount":19,"unpackedSize":11728,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHdsvjmvNtJTm6AqEzl8e//IKaxPmA4RC8qyCRxfbaIfAiEAgTVZ+wCEmg+cuHfjfwQ68TEzx4ok79pUZyS82xxzstY="}]},"_npmUser":{"name":"pakobit","email":"giacomofolli@proton.me"},"directories":{},"maintainers":[{"name":"pakobit","email":"giacomofolli@proton.me"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/2ezlib_0.0.1_1732817382130_0.06160769140211242"},"_hasShrinkwrap":false}},"time":{"created":"2024-11-28T18:09:42.129Z","0.0.1":"2024-11-28T18:09:42.344Z","modified":"2024-11-28T18:09:42.638Z"},"maintainers":[{"name":"pakobit","email":"giacomofolli@proton.me"}],"description":"Exercise repo.","author":{"name":"Giacomo Folli","email":"https://github.com/giacomo-folli"},"license":"MIT","readme":"# create-svelte\n\nEverything you need to build a Svelte library, powered by [`create-svelte`](https://github.com/sveltejs/kit/tree/main/packages/create-svelte).\n\nRead more about creating a library [in the docs](https://svelte.dev/docs/kit/packaging).\n\n## Creating a project\n\nIf you're seeing this, you've probably already done this step. Congrats!\n\n```bash\n# create a new project in the current directory\nnpx sv create\n\n# create a new project in my-app\nnpx sv create my-app\n```\n\n## Developing\n\nOnce you've created a project and installed dependencies with `npm install` (or `pnpm install` or `yarn`), start a development server:\n\n```bash\nnpm run dev\n\n# or start the server and open the app in a new browser tab\nnpm run dev -- --open\n```\n\nEverything inside `src/lib` is part of your library, everything inside `src/routes` can be used as a showcase or preview app.\n\n## Building\n\nTo build your library:\n\n```bash\nnpm run package\n```\n\nTo create a production version of your showcase app:\n\n```bash\nnpm run build\n```\n\nYou can preview the production build with `npm run preview`.\n\n> To deploy your app, you may need to install an [adapter](https://svelte.dev/docs/kit/adapters) for your target environment.\n\n## Publishing\n\nGo into the `package.json` and give your package the desired name through the `\"name\"` option. Also consider adding a `\"license\"` field and point it to a `LICENSE` file which you can create from a template (one popular option is the [MIT license](https://opensource.org/license/mit/)).\n\nTo publish your library to [npm](https://www.npmjs.com):\n\n```bash\nnpm publish\n```\n","readmeFilename":"README.md"}