UNPKG

@icongo/vv

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