@icongo/gr
Version:
Grommet Icons
31 lines (30 loc) • 722 B
JSON
{
"name": "@icongo/gr",
"description": "Grommet Icons",
"version": "1.2.0",
"main": "./lib/index.js",
"module": "./esm/index.js",
"types": "./lib/index.d.ts",
"sideEffects": false,
"homepage": "http://icongo.github.io/#/icons/gr",
"repository": {
"type": "git",
"url": "https://github.com/jaywcjlove/icongo.git"
},
"scripts": {
"cpy": "cpy '../../www/public/icons/gr/*.svg' svg --flat",
"build": "npm run cpy && icongo --prefix GR --source svg -o ./src && tsbb build src/*.tsx --useBabel",
"start": "npm run build"
},
"keywords": [
"icongo",
"Grommet",
"gr",
"go",
"react-icons",
"icons",
"icon"
],
"author": "jaywcjlove",
"license": "MIT"
}