Zorn/package.json

20 lines
314 B
JSON
Raw Normal View History

2024-08-16 16:20:41 -04:00
{
"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"
}
}