21 lines
405 B
JSON
21 lines
405 B
JSON
|
|
{
|
||
|
|
"name": "@netcatty/plugin-sdk",
|
||
|
|
"version": "0.1.0-internal",
|
||
|
|
"private": true,
|
||
|
|
"type": "module",
|
||
|
|
"license": "GPL-3.0-or-later",
|
||
|
|
"files": ["dist"],
|
||
|
|
"exports": {
|
||
|
|
".": {
|
||
|
|
"types": "./dist/index.d.ts",
|
||
|
|
"import": "./dist/index.js"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"scripts": {
|
||
|
|
"build": "tsc -p tsconfig.build.json"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"@netcatty/plugin-contract": "0.1.0-internal"
|
||
|
|
}
|
||
|
|
}
|