phosphor-svelte
Version:
A clean and friendly icon family for Svelte
70 lines (69 loc) • 1.56 kB
JSON
{
"name": "phosphor-svelte",
"version": "2.0.1",
"description": "A clean and friendly icon family for Svelte",
"svelte": "./lib/index.js",
"types": "./lib/index.d.ts",
"exports": {
".": {
"types": "./lib/index.d.ts",
"svelte": "./lib/index.js"
},
"./lib/*": {
"types": "./lib/*/index.d.ts",
"import": "./lib/*/index.js",
"svelte": "./lib/*/*.svelte"
},
"./preprocessor": {
"types": "./preprocessor/index.d.ts",
"import": "./preprocessor/index.js"
}
},
"type": "module",
"files": [
"lib",
"preprocessor"
],
"scripts": {
"build": "yarn build:icon",
"build:icon": "node scripts/build.js",
"test": "vitest run"
},
"repository": {
"type": "git",
"url": "git+https://github.com/haruaki07/phosphor-svelte.git"
},
"keywords": [
"icons",
"icon-pack",
"web",
"html",
"css",
"svg",
"svg-icons",
"icon-font"
],
"author": "haruaki07",
"license": "MIT",
"bugs": {
"url": "https://github.com/haruaki07/phosphor-svelte/issues"
},
"homepage": "https://phosphoricons.com",
"peerDependencies": {
"svelte": ">=3"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^2.0.2",
"@testing-library/svelte": "^3.2.2",
"fs-extra": "^9.0.1",
"html-minifier-terser": "^5.1.1",
"jsdom": "^21.1.0",
"log-update": "^4.0.0",
"magic-string": "^0.30.5",
"memfs": "^3.4.13",
"p-map": "^5.5.0",
"svelte": "^3.55.1",
"svelte-htm": "^1.2.0",
"vitest": "^0.28.4"
}
}