{
	"description": "A Loke icon library package for React applications.",
	"devDependencies": {
		"@tanstack/intent": "0.0.27",
		"@types/bun": "1.3.10",
		"@types/react": "^18.2.0",
		"fast-xml-parser": "^4.5.0",
		"typescript": "^5.8.3"
	},
	"exports": {
		".": {
			"import": {
				"default": "./dist/index.js",
				"types": "./dist/index.d.ts"
			}
		}
	},
	"files": [
		"dist",
		"skills"
	],
	"homepage": "https://design.loke.global/docs/icons",
	"keywords": [
		"tanstack-intent"
	],
	"license": "ISC",
	"main": "./dist/index.js",
	"module": "./dist/index.js",
	"name": "@loke/icons",
	"peerDependencies": {
		"react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0"
	},
	"repository": {
		"directory": "packages/icons",
		"type": "git",
		"url": "git+https://github.com/LOKE/merchant-frontends.git"
	},
	"scripts": {
		"build": "NODE_ENV=production bun build.ts",
		"clean": "rm -rf dist",
		"format": "biome check --linter-enabled=false --write .",
		"gen": "bun gen.ts",
		"lint": "biome lint --write --diagnostic-level error .",
		"typecheck": "tsc --noEmit"
	},
	"sideEffects": false,
	"type": "module",
	"types": "./dist/index.d.ts",
	"version": "1.0.0"
}
