{
	"name": "svelte-free-icons-thin",
	"version": "1.0.1",
	"description": "svelte icon components for https://free-icons.github.io/free-icons/",
	"repository": {
    	"type": "git",
    	"url": "git+https://github.com/free-icons/svelte-free-icons.git"
  	},
	"author": {
    	"name": "Antonio \"profmancusoa\" Mancuso",
    	"email": "profmancusoa@gmail.com",
    	"url": "https://github.com/profmancusoa"
  	},
	"keywords": [
	    "svelte",
		"free-icons"
  	],
	"homepage": "https://github.com/free-icons/svelte-free-icons#readme",
	"bugs": {
    	"url": "https://github.com/free-icons/svelte-free-icons/issues"
  	},
	"license": "CC0 1.0 Universal",
	"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"
	},
	"files": [
		"dist",
		"!dist/**/*.test.*",
		"!dist/**/*.spec.*"
	],
	"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": {
		"@sveltejs/adapter-auto": "^4.0.0",
		"@sveltejs/kit": "^2.16.0",
		"@sveltejs/package": "^2.0.0",
		"@sveltejs/vite-plugin-svelte": "^5.0.0",
		"publint": "^0.3.2",
		"svelte": "^5.0.0",
		"svelte-check": "^4.0.0",
		"typescript": "^5.0.0",
		"vite": "^6.0.0"
	}
}
