astro-feather
Version:
Simply beautiful open source icons as Astro components.
36 lines • 844 B
JSON
{
"name": "astro-feather",
"version": "1.0.0",
"description": "Simply beautiful open source icons as Astro components.",
"homepage": "astro-feather.gabrlyg.dev",
"author": "Gabriel Yang <gang.gabriel.yang@gmail.com> (https://gabrlyg.dev)",
"type": "module",
"exports": {
".": "./dist/index.ts",
"./*": "./dist/*.astro"
},
"main": "./dist/index.ts",
"files": [
"dist"
],
"devDependencies": {
"@types/fs-extra": "^11.0.1",
"@types/node": "^18.14.2",
"feather-icons": "^4.29.0",
"fs-extra": "^11.1.0",
"pascal-case": "^3.1.2",
"path": "^0.12.7",
"prettier": "^2.8.4",
"ts-node": "^10.9.1",
"typescript": "^4.9.5"
},
"keywords": [
"astro",
"feather-icons",
"astro-feather"
],
"license": "MIT",
"scripts": {
"build": "ts-node-esm ./src/build.ts"
}
}