leit
Version:
Simple, minimal icons.
32 lines • 741 B
JSON
{
"name": "leit",
"version": "1.0.2",
"description": "Simple, minimal icons.",
"author": "TheCommieAxolotl",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/TheCommieAxolotl/leit.git"
},
"readme": "https://github.com/TheCommieAxolotl/leit/tree/main/packages/leit#readme",
"bugs": {
"url": "https://github.com/TheCommieAxolotl/leit/issues"
},
"license": "MIT",
"keywords": [
"icons",
"svg",
"minimal",
"design",
"simple"
],
"devDependencies": {
"svgo": "^4.0.0",
"tsx": "^4.20.3"
},
"scripts": {
"organise": "tsx scripts/organise.ts",
"reformat": "tsx scripts/reformat.ts",
"make-icons": "pnpm reformat && pnpm organise"
}
}