phosphor-icons-astro
Version:
Phosphor Icons for Astro with great DX and the same official @phosphor-icons API.
57 lines (56 loc) • 1.43 kB
JSON
{
"name": "phosphor-icons-astro",
"version": "2.1.1-17042025",
"private": false,
"description": "Phosphor Icons for Astro with great DX and the same official @phosphor-icons API.",
"keywords": [
"phosphor-icons",
"phosphor-icons-astro",
"astro-phosphor-icons",
"astro-component",
"withastro",
"icon",
"icons"
],
"homepage": "https://github.com/smastrom/phosphor-icons-astro",
"bugs": {
"url": "https://github.com/smastrom/phosphor-icons-astro/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/smastrom/phosphor-icons-astro.git"
},
"license": "MIT",
"author": {
"name": "Simone Mastromattei",
"email": "smastrom@proton.me"
},
"sideEffects": false,
"type": "module",
"exports": {
".": {
"default": "./dist/index.mjs",
"types": "./dist/index.d.ts"
},
"./package.json": "./package.json"
},
"main": "dist/index.mjs",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"files": [
"dist/*"
],
"scripts": {
"build": "bun build.ts",
"postbuild": "npm pack"
},
"dependencies": {},
"devDependencies": {
"@phosphor-icons/core": "^2.1.1",
"@types/bun": "^1.2.10",
"@types/node": "^22.14.1",
"astro": "^5.7.3",
"prettier": "^3.5.3",
"prettier-plugin-astro": "^0.14.1"
}
}