classnames-generics
Version:
Use the classnames library more type-safely.
38 lines (37 loc) • 863 B
JSON
{
"name": "classnames-generics",
"version": "1.0.9",
"description": "Use the classnames library more type-safely.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/activeguild/classnames-generics.git"
},
"scripts": {
"build": "tsc --project tsconfig.json"
},
"keywords": [
"css",
"scss",
"classnames",
"clsx",
"typescript",
"generics",
"cssmodules"
],
"author": "j1ngzoue",
"license": "MIT",
"bugs": {
"url": "https://github.com/activeguild/classnames-generics/issues"
},
"homepage": "https://github.com/activeguild/classnames-generics#readme",
"devDependencies": {
"can-npm-publish": "^1.3.6",
"esbuild-register": "^3.4.2",
"typescript": "^4.9.4"
},
"dependencies": {
"classnames": "^2.3.2"
}
}