eleventy-plugin-tabler-icons/package.json

39 lines
986 B
JSON

{
"name": "@cdransf/eleventy-plugin-tabler-icons",
"version": "2.11.1",
"description": "Shortcodes to add Tabler icons to your Eleventy projects",
"type": "module",
"main": "tablericons.js",
"files": [
"tablericons.js",
"icons.js"
],
"scripts": {
"build": "node build.js",
"postversion": "git push && git push --tags"
},
"keywords": [
"eleventy-plugin",
"eleventy",
"plugin",
"tabler-icons"
],
"author": {
"email": "hi@coryd.dev",
"name": "Cory Dransfeldt",
"url": "https://coryd.dev"
},
"repository": {
"type": "git",
"url": "git+https://git.apps.coryd.dev/cdransf/eleventy-plugin-tabler-icons.git"
},
"homepage": "https://git.apps.coryd.dev/cdransf/eleventy-plugin-tabler-icons#readme",
"bugs": {
"url": "https://git.apps.coryd.dev/cdransf/eleventy-plugin-tabler-icons/issues"
},
"license": "MIT",
"devDependencies": {
"@11ty/eleventy": "v3.0.0",
"@tabler/icons": "^3.31.0"
}
}