{ "name": "iconoir-react", "version": "1.1.0", "description": "React library for Iconoir icon set", "main": "dist/index.js", "module": "dist/esm/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "test": "echo Tests not currently set up", "build": "rm -rf src && node bin/build.js", "dist": "tsup" }, "repository": { "type": "git", "url": "git+https://github.com/lucaburgio/iconoir.git" }, "keywords": [ "icons", "svg", "library" ], "license": "MIT", "bugs": { "url": "https://github.com/lucaburgio/iconoir/issues" }, "homepage": "https://github.com/lucaburgio/iconoir#readme", "peerDependencies": { "react": "^16.8.6 || ^17" }, "devDependencies": { "@svgr/cli": "^5.5.0", "@types/react": "^17.0.6", "prettier": "^2.3.0", "react": "^17.0.2", "tsup": "^4.11.1", "typescript": "^4.2.4" } }