20 lines
314 B
JSON
20 lines
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"
|
||
|
}
|
||
|
}
|