path-icons
Version:
A utility for generating C# and CSS with SVG path-based icons
51 lines • 1.15 kB
JSON
{
"name": "path-icons",
"version": "0.0.13",
"description": "A utility for generating C# and CSS with SVG path-based icons",
"bin": {
"path-icons": "bin/path-icons.mjs"
},
"scripts": {
"update-bi": "node build/update-bi-json.mjs --verbose",
"build": "node bin/path-icons.mjs --rebuild",
"start": "node bin/path-icons.mjs",
"prepublishOnly": "npm run build"
},
"keywords": [
"icons",
"svg",
"css",
"bootstrap-icons",
"avalonia",
"wpf"
],
"author": "Eduard Shchavelev (http://visar.ru)",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/schavelev/path-icons.git"
},
"homepage": "https://github.com/schavelev/path-icons#readme",
"bugs": {
"url": "https://github.com/schavelev/path-icons/issues"
},
"files": [
"bin/",
"build/",
"dist/path-icons.json"
],
"publishConfig": {
"access": "public"
},
"dependencies": {
"mustache": "^4.2.0"
},
"devDependencies": {
"bootstrap-icons": "^1.13.1",
"fast-xml-parser": "^5.2.0",
"p-limit": "^6.2.0"
},
"engines": {
"node": ">=18.0.0"
}
}