@icongo/mc
Version:
Micon Icons
32 lines (31 loc) • 760 B
JSON
{
"name": "@icongo/mc",
"description": "Micon 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/mc",
"repository": {
"type": "git",
"url": "https://github.com/jaywcjlove/icongo.git"
},
"scripts": {
"cpy": "cpy '../../www/public/icons/mc/*.svg' svg --flat",
"icongo": "icongo --prefix MC --source svg -o ./src -r '{}'",
"build": "npm run cpy && npm run icongo && tsbb build src/*.tsx --useBabel",
"start": "npm run build"
},
"keywords": [
"icongo",
"Grommet",
"mc",
"go",
"react-icons",
"icons",
"icon"
],
"author": "jaywcjlove",
"license": "MIT"
}