iconsax-astro
Version:
iconsax icon pack for Astro framework
52 lines (51 loc) • 1.21 kB
JSON
{
"name": "iconsax-astro",
"version": "0.0.2",
"description": "iconsax icon pack for Astro framework",
"main": "build.js",
"type": "module",
"exports": {
".": "./dist/index.ts",
"./*": "./dist/*.astro"
},
"files": [
"dist",
"types.d.ts"
],
"scripts": {
"pretty": "npx prettier --write .",
"prepare": "husky install",
"build": "node build.js",
"release": "npm run build && npm publish --access public"
},
"lint-staged": {
"**/*": "prettier --write --ignore-unknown"
},
"repository": {
"type": "git",
"url": "git+https://github.com/matt-pasek/iconsax-astro.git"
},
"keywords": [
"iconsax",
"iconpack",
"astro",
"astro-components",
"astro-iconpack"
],
"author": "Matthew Pasek <m_pasek@icloud.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/matt-pasek/iconsax-astro/issues"
},
"homepage": "https://github.com/matt-pasek/iconsax-astro#readme",
"devDependencies": {
"astro": "^2.7.0",
"husky": "^8.0.3",
"lint-staged": "^13.2.2",
"prettier": "2.8.8",
"svgo": "^3.0.2"
},
"peerDependencies": {
"astro": "*"
}
}