UNPKG

create-fomantic-icons

Version:

A simple CLI to generate the icon.variables and icon.html.eco files for FUI

58 lines (57 loc) 1.52 kB
{ "name": "create-fomantic-icons", "version": "1.2.2", "description": "A simple CLI to generate the icon.variables and icon.html.eco files for FUI", "author": "Sean Hamilton <sean@hamistudios.com>", "license": "MIT", "homepage": "https://github.com/fomantic/create-fomantic-icons#readme", "keywords": [ "fomantic-ui", "fomantic", "semantic-ui", "generator", "icons", "cli" ], "scripts": { "start": "./bin/run", "build": "tsc" }, "bin": "./bin/run", "repository": { "type": "git", "url": "git+ssh://git@github.com/fomantic/create-fomantic-icons.git" }, "bugs": { "url": "https://github.com/fomantic/create-fomantic-icons/issues" }, "engines": { "node": ">=14" }, "dependencies": { "axios": "^1.1.3", "chalk": "^4.1.2", "fs-extra": "^10.1.0", "js-yaml": "^4.1.0", "liquidjs": "^10.3.3", "num-words": "^1.2.0", "ora": "^5.4.1", "qoa": "^0.2.0", "signale": "^1.4.0", "unzipper": "^0.10.1" }, "devDependencies": { "@types/chalk": "^2.2.0", "@types/fs-extra": "^5.0.5", "@types/js-yaml": "^4.0.5", "@types/node": "^18.11.0", "@types/signale": "^1.2.1", "@types/unzipper": "^0.9.2", "@typescript-eslint/eslint-plugin": "^1.7.0", "@typescript-eslint/parser": "^1.9.0", "eslint": "^5.16.0", "eslint-config-airbnb-typescript": "^12.3.1", "eslint-plugin-import": "^2.17.2", "typescript": "^4.7.0" } }