Zorn/package.json
Korbs 59e871a96f 🚀 Init
2024-08-16 16:20:41 -04:00

20 lines
No EOL
314 B
JSON

{
"name": "@minpluto/zorn",
"author": "SudoVanilla",
"type": "module",
"version": "0.4.3",
"exports": {
".": "./index.ts"
},
"files": [
"index.ts",
"src/*"
],
"publishConfig": {
"access": "public"
},
"dependencies": {
"@iconoir/vue": "^7.8.0",
"astro": "^4.14.2"
}
}