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