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