@pmwcs/icon
Version:
PMWCS icon component
46 lines (45 loc) • 936 B
JSON
{
"name": "@pmwcs/icon",
"version": "1.1.0",
"description": "PMWCS icon component",
"keywords": [
"pmwcs",
"preact",
"material",
"web",
"components",
"icon"
],
"homepage": "https://github.com/pmwcs/pmwcs#readme",
"bugs": {
"url": "https://github.com/pmwcs/pmwcs/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pmwcs/pmwcs.git",
"directory": "src/icon"
},
"license": "MIT",
"author": "",
"sideEffects": [
"./styles.js",
"*.css"
],
"main": "dist/index.js",
"module": "next/index.js",
"types": "index.d.ts",
"scripts": {
"publish:dist": "npm publish dist --access=public",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@pmwcs/base": "^1.1.0",
"@pmwcs/provider": "^1.1.0"
},
"peerDependencies": {
"preact": "^10.5.13"
},
"publishConfig": {
"access": "public"
}
}