@icongo/bts
Version:
Bytesize Icons
30 lines (29 loc) • 730 B
JSON
{
"name": "@icongo/bts",
"description": "Bytesize Icons",
"version": "1.2.0",
"homepage": "http://icongo.github.io/#/icons/bts",
"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/bts/*.svg' svg --flat",
"build": "npm run cpy && icongo --prefix BTS --source svg -o ./src && tsbb build src/*.tsx --useBabel",
"start": "npm run build"
},
"keywords": [
"icongo",
"bytesize",
"bytesize-icons",
"react-icons",
"icons",
"icon"
],
"author": "jaywcjlove",
"license": "MIT"
}