18 lines
407 B
JSON
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"
|
|
}
|