{
	"name": "svelte-uicons",
	"description": "FlatIcon's Uicons port for Svelte",
	"version": "0.1.4",
	"author": "Robert Hamiga <robert.hamiga@gmail.com>",
	"license": "MIT",
	"repository": {
		"url": "git+https://github.com/robak08/svelte-uicons.git",
		"type": "git"
	},
	"type": "module",
	"svelte": "dist/cjs/index.js",
	"main": "dist/cjs/index.js",
	"module": "dist/index.mjs",
	"typings": "dist/index.d.ts",
	"files": [
		"src/compiled",
		"src/icons",
		"dist"
	],
	"exports": {
		"./brands": "./src/compiled/brands/index.js",
		"./rounded/regular": "./src/compiled/rr/index.js",
		"./rounded/solid": "./src/compiled/sr/index.js"
	},
	"scripts": {
		"build:prepare": "node scripts/prepare",
		"build:icons": "node scripts/build",
		"build:dist": "del-cli dist && rollup -c",
		"post:build": "node scripts/frankBuild",
		"build": "npm run build:prepare && npm run build:icons && npm run build:dist",
		"xprepublishOnly": "npm run build"
	},
	"devDependencies": {
		"@rollup/plugin-commonjs": "^24.0.1",
		"@rollup/plugin-node-resolve": "^15.0.1",
		"@rollup/plugin-terser": "^0.4.0",
		"change-case": "^4.1.2",
		"del-cli": "^5.0.0",
		"fs-extra": "^11.1.0",
		"path": "^0.12.7",
		"rollup": "^3.18.0",
		"rollup-plugin-generate-package-json": "^3.2.0",
		"rollup-plugin-peer-deps-external": "^2.2.4",
		"rollup-plugin-svelte": "^7.1.3",
		"svelte": "^3.55.1",
		"svgo": "^3.0.2"
	},
	"keywords": [
		"svelte",
		"uicons",
		"flaticon"
	],
	"bugs": {
		"url": "https://github.com/robak08/svelte-uicons/issues"
	},
	"homepage": "https://github.com/robak08/svelte-uicons#readme"
}
