UNPKG

@chakra-icons/feather

Version:
37 lines 1.03 kB
{ "name": "@chakra-icons/feather", "version": "1.1.1", "homepage": "https://github.com/kodingdotninja/chakra-icons/tree/main/packages/@chakra-icons/feather", "repository": { "type": "git", "url": "https://github.com/kodingdotninja/chakra-icons" }, "keywords": [ "chakra-ui", "react", "react-icons", "chakra-icons", "feather" ], "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "files": [ "dist/", "src/" ], "peerDependencies": { "@chakra-ui/react": ">=1" }, "license": "MIT", "publishConfig": { "access": "public" }, "scripts": { "build": "chakra-icons build -r 'https://github.com/feathericons/feather' -n feather -i icons -S snapshot.json -E", "clean": "chakra-icons clean -r 'https://github.com/feathericons/feather' -n feather -i icons", "format": "prettier --write README.md snapshot.json", "postbuild": "tsup && yarn format", "prepack": "chakra-icons prepack --remove-dev-deps" } }