{"_id":"@basliqlabs/qastel","name":"@basliqlabs/qastel","dist-tags":{"latest":"0.0.1"},"versions":{"0.0.1":{"name":"@basliqlabs/qastel","version":"0.0.1","scripts":{"dev":"vite dev","build":"vite build && npm run prepack","preview":"vite preview","prepare":"svelte-kit sync || echo ''","prepack":"svelte-kit sync && svelte-package && publint","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","storybook":"storybook dev -p 6006","build-storybook":"storybook build"},"publishConfig":{"access":"public"},"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":{"@chromatic-com/storybook":"^3.2.4","@eslint/compat":"^1.2.5","@eslint/js":"^9.18.0","@storybook/addon-essentials":"^8.5.3","@storybook/addon-interactions":"^8.5.3","@storybook/addon-svelte-csf":"^5.0.0-next.23","@storybook/blocks":"^8.5.3","@storybook/svelte":"^8.5.3","@storybook/sveltekit":"^8.5.3","@storybook/test":"^8.5.3","@sveltejs/adapter-auto":"^4.0.0","@sveltejs/kit":"^2.16.0","@sveltejs/package":"^2.0.0","@sveltejs/vite-plugin-svelte":"^5.0.0","eslint":"^9.18.0","eslint-config-prettier":"^10.0.1","eslint-plugin-svelte":"^2.46.1","globals":"^15.14.0","prettier":"^3.4.2","prettier-plugin-svelte":"^3.3.3","publint":"^0.3.2","storybook":"^8.5.3","svelte":"^5.0.0","svelte-check":"^4.0.0","typescript":"^5.0.0","typescript-eslint":"^8.20.0","vite":"^6.0.0","vitest":"^3.0.0"},"_id":"@basliqlabs/qastel@0.0.1","gitHead":"47d636713ab824d411d68cdba8c890b8b109581b","description":"Everything you need to build a Svelte library, powered by [`create-svelte`](https://github.com/sveltejs/kit/tree/main/packages/create-svelte).","_nodeVersion":"20.10.0","_npmVersion":"10.2.3","dist":{"integrity":"sha512-kahlFUgtF0fgACiIQREgPxJY+0zRpxqf4YzmzsVW4Z/xzFpEq5n9N8s6cKl+eGmmS7hA5XC49cwACkAxwmLVJg==","shasum":"a2ae1675aa259a6799aee2ee2aee9f28911ac920","tarball":"https://registry.npmjs.org/@basliqlabs/qastel/-/qastel-0.0.1.tgz","fileCount":6,"unpackedSize":4573,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQCbGki+ZZ0ikIrFuRnIFe1kARxGe/vkBmVImAsKV/6AXAIhANDhnA2hjcpy5CyhjC70Dsy8th9tVZKxo2BgkAnJ56hu"}]},"_npmUser":{"name":"atareversei","email":"atareversei@gmail.com"},"directories":{},"maintainers":[{"name":"atareversei","email":"atareversei@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/qastel_0.0.1_1738829021178_0.566078660349979"},"_hasShrinkwrap":false}},"time":{"created":"2025-02-06T08:03:41.107Z","0.0.1":"2025-02-06T08:03:41.360Z","modified":"2025-02-06T08:03:41.629Z"},"maintainers":[{"name":"atareversei","email":"atareversei@gmail.com"}],"description":"Everything you need to build a Svelte library, powered by [`create-svelte`](https://github.com/sveltejs/kit/tree/main/packages/create-svelte).","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"}