material-design-icons-literal-types
Version:
This package provides TypeScript literal types for the icon names from the [Google Material Design Icons](https://github.com/google/material-design-icons) repository. It allows you to use the icon names with type safety in your TypeScript projects.
40 lines • 820 B
JSON
{
"name": "material-design-icons-literal-types",
"version": "1.0.35",
"description": "",
"scripts": {
"start": "node src/index.js",
"lint": "standard",
"lint:fix": "standard --fix",
"test": "jest"
},
"keywords": [
"material-design",
"typescript",
"literal-types",
"type-safety",
"google-icons",
"material-symbols",
"material-icons"
],
"author": "Oliver Grüttner <dev@olivergruettner.de> (https://olis.tech)",
"repository": "github:Defkil/material-design-icons-literal-types",
"license": "ISC",
"config": {
"lastGenerated": "2025-03-24T00:26:46.761Z"
},
"files": [
"README.md",
"index.d.ts",
"dist"
],
"standard": {
"env": [
"jest"
]
},
"devDependencies": {
"jest": "^29.7.0",
"standard": "^17.1.0"
}
}