{
	"version": "0.1.9",
	"name": "@deemlol/next-icons",
	"description": "A lightweight icon component library for React and Next.js, designed for simplicity and seamless integration.",
	"main": "build/index.js",
	"module": "build/index.js",
	"types": "build/index.d.ts",
	"scripts": {
		"build": "rollup -c"
	},
	"peerDependencies": {
		"react": "^19.0.0"
	},
	"devDependencies": {
		"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
		"@babel/preset-env": "^7.26.7",
		"@babel/preset-react": "^7.26.3",
		"@types/react": "^19.0.8",
		"babel-preset-env": "^1.7.0",
		"eslint": "^8.57.1",
		"eslint-config-airbnb": "^19.0.4",
		"eslint-plugin-import": "^2.31.0",
		"eslint-plugin-jsx-a11y": "^6.10.2",
		"eslint-plugin-react": "^7.37.4",
		"prettier-eslint": "^16.3.0",
		"rollup": "^2.79.2",
		"rollup-plugin-babel": "^4.4.0",
		"rollup-plugin-typescript2": "^0.36.0",
		"typescript": "^5.7.3"
	},
	"keywords": [
		"react",
		"icons",
		"svg",
		"next-icons"
	],
	"homepage": "https://www.nexticons.com",
	"bugs": {
		"url": "https://www.nexticons.com/contact"
	},
	"repository": {
		"type": "git",
		"url": "https://github.com/Next-Icons/next-icons.git"
	},
	"author": {
		"email": "contact@deemdev.xyz",
		"name": "Alexandr Virgovič",
		"url": "https://www.deemdev.xyz"
	},
	"files": [
		"build"
	],
	"license": "MIT"
}
