Files
NetMesh/examples/plugins/hello-netcatty/package.json

13 lines
234 B
JSON
Raw Normal View History

{
"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"
}
}