{"_id":"@codyg/datatables","name":"@codyg/datatables","dist-tags":{"latest":"0.0.1"},"versions":{"0.0.1":{"name":"@codyg/datatables","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 .","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.49.1","@sveltejs/adapter-auto":"^4.0.0","@sveltejs/kit":"^2.16.0","@sveltejs/package":"^2.0.0","@sveltejs/vite-plugin-svelte":"^5.0.0","@tailwindcss/forms":"^0.5.10","autoprefixer":"^10.4.20","prettier":"^3.4.2","prettier-plugin-svelte":"^3.3.3","prettier-plugin-tailwindcss":"^0.6.10","publint":"^0.3.2","svelte":"^5.0.0","svelte-check":"^4.0.0","tailwindcss":"^3.4.17","typescript":"^5.0.0","vite":"^6.0.0","vitest":"^3.0.0"},"dependencies":{"@inlang/paraglide-sveltekit":"^0.15.5"},"description":"Everything you need to build a Svelte library, powered by [`create-svelte`](https://github.com/sveltejs/kit/tree/main/packages/create-svelte).","main":"postcss.config.js","author":"","license":"ISC","_id":"@codyg/datatables@0.0.1","gitHead":"1569c19edae58347746c48c18b67677102f98765","_nodeVersion":"22.12.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-J/InkI8zdqmO1a47nn1ElTC09C17QtoVjagOBzQBqiOhuLpp+hXgBzpDJ2nqQaW3kEuDtRpI1WO7mimUzmffuQ==","shasum":"4e8218877ca817bc73ef5d795aab37f8ccc54da9","tarball":"https://registry.npmjs.org/@codyg/datatables/-/datatables-0.0.1.tgz","fileCount":7,"unpackedSize":3677,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQCOa0a122F437mxkShKNaYfrxxfzuZasiO7MUdWT5JhzgIgASthkXNfPUY8OsDL3pGWT56oQNhL34wih2ZaW7PqNSs="}]},"_npmUser":{"name":"codyg","email":"griffithcody86@gmail.com"},"directories":{},"maintainers":[{"name":"codyg","email":"griffithcody86@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/datatables_0.0.1_1738459527238_0.15521173814694933"},"_hasShrinkwrap":false}},"time":{"created":"2025-02-02T01:25:27.090Z","0.0.1":"2025-02-02T01:25:27.421Z","modified":"2025-02-02T01:25:27.685Z"},"maintainers":[{"name":"codyg","email":"griffithcody86@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).","license":"ISC","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"}