@steeze-ui/svelte-icon
Version:
This project is still in experimental development. Expect bugs and breaking changes!
66 lines • 1.6 kB
JSON
{
"name": "@steeze-ui/svelte-icon",
"version": "1.6.2",
"scripts": {
"dev": "vite dev",
"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"
},
"types": "./dist/index.d.ts",
"type": "module",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"svelte": "./dist/index.js",
"default": "./dist/index.js"
}
},
"files": [
"dist",
"!dist/**/*.test.*",
"!dist/**/*.spec.*"
],
"peerDependencies": {
"svelte": "^5.0.0"
},
"devDependencies": {
"@steeze-ui/heroicons": "workspace:^",
"@sveltejs/adapter-auto": "^3.3.1",
"@sveltejs/kit": "^2.8.1",
"@sveltejs/package": "^2.3.7",
"@sveltejs/vite-plugin-svelte": "^4.0.1",
"publint": "^0.2.12",
"svelte": "^5.2.4",
"svelte-check": "^4.0.9",
"tslib": "^2.8.1",
"typescript": "^5.6.3",
"vite": "^5.4.11"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/steeze-ui/icons.git",
"directory": "packages/components/svelte-icon"
},
"keywords": [
"svelte",
"component",
"icon",
"icons",
"steeze"
],
"author": "Justin Voitel <mail@justinv.me>",
"license": "MIT",
"bugs": {
"url": "https://github.com/steeze-ui/icons/issues"
},
"homepage": "https://github.com/steeze-ui/icons#readme"
}