preact-icomoon
Version:
It makes it very simple to use SVG icons in your Preact projects.
37 lines (36 loc) • 790 B
JSON
{
"name": "preact-icomoon",
"version": "0.1.0",
"description": "It makes it very simple to use SVG icons in your Preact projects.",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"test": "jest --env=jsdom",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "https://github.com/aykutkardas/preact-icomoon.git"
},
"keywords": [
"Preact",
"IcoMoon",
"SVG",
"Icon"
],
"author": {
"name": "Aykut Kardaş",
"email": "aykutkrds@gmail.com"
},
"license": "MIT",
"peerDependencies": {
"preact": "^10.10.6"
},
"devDependencies": {
"@babel/core": "^7.15.0",
"@babel/preset-env": "^7.15.0",
"@babel/preset-react": "^7.14.5",
"preact": "^10.10.6",
"typescript": "^4.5.5"
}
}