UNPKG

aliaset

Version:
54 lines (53 loc) 1.28 kB
{ "name": "@twind/with-sveltekit", "version": "1.0.1", "description": "Seamless integration of Twind in a SvelteKit project", "publishConfig": { "access": "public", "directory": "dist", "targets": { "// No browser global build": "", "script": false } }, "keywords": [ "twind", "twind-with", "tailwind", "tailwindcss", "tw-in-js", "tailwind-in-js", "svelte", "sveltekit" ], "type": "module", "// The 'module', 'unpkg' and 'types' fields are added by distilt": "", "main": "src/index.ts", "// Each entry is expanded into several bundles (types, esnext, module, script, node, and default)": "", "exports": { ".": "./src/index.ts", "./hooks": "./src/hooks.ts", "./package.json": "./package.json" }, "// These are relative from within the dist/ folder": "", "sideEffects": false, "peerDependencies": { "@sveltejs/kit": "^1.0.0-next.391", "@twind/core": "^1.0.1", "typescript": "^4.8.4" }, "peerDependenciesMeta": { "typescript": { "optional": true } }, "devDependencies": { "@sveltejs/kit": "1.0.0-next.544", "@twind/core": "^1.0.1", "svelte": "^3.53.1", "typescript": "^4.8.4" }, "scripts": { "build": "distilt" } }