Proxy/package.json
2025-03-30 12:59:16 +02:00

18 lines
407 B
JSON

{
"name": "sharkitek",
"version": "4.0.0",
"description": "Sharkitek library proxy package, see @sharkitek/core",
"repository": "https://code.zeptotech.net/Sharkitek/Proxy",
"author": {
"name": "Madeorsk",
"email": "m@deor.sk"
},
"license": "MIT",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@sharkitek/core": "^4"
},
"packageManager": "yarn@4.8.1"
}