13 lines
234 B
JSON
13 lines
234 B
JSON
|
|
{
|
||
|
|
"name": "@netcatty/example-hello-plugin",
|
||
|
|
"version": "0.1.0",
|
||
|
|
"private": true,
|
||
|
|
"type": "module",
|
||
|
|
"scripts": {
|
||
|
|
"build": "tsc -p tsconfig.json"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"@netcatty/plugin-sdk": "0.1.0-internal"
|
||
|
|
}
|
||
|
|
}
|