zeta-icon-name-checker
Version:
A utility used to check the validity of icon and category names in the Zeta Icon Library.
27 lines (26 loc) • 622 B
JSON
{
"name": "zeta-icon-name-checker",
"version": "0.0.15",
"description": "A utility used to check the validity of icon and category names in the Zeta Icon Library.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
"scripts": {
"build": "npx tsc -p tsconfig.json",
"test": "npm run build && jest",
"publish-npm": "npm run build && npm publish"
},
"keywords": [
"zeta",
"icon",
"name",
"checker"
],
"author": "mikecoomber",
"license": "MIT",
"devDependencies": {
"@types/jest": "^29.5.12",
"jest": "^29.7.0",
"ts-jest": "^29.1.4"
}
}