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