22 lines
462 B
JSON
22 lines
462 B
JSON
|
{
|
||
|
"name": "@nodes/runtime",
|
||
|
"version": "0.0.0",
|
||
|
"description": "",
|
||
|
"main": "src/index.ts",
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"keywords": [],
|
||
|
"author": "",
|
||
|
"license": "ISC",
|
||
|
"dependencies": {
|
||
|
"@nodes/registry": "link:../registry",
|
||
|
"@nodes/types": "link:../types",
|
||
|
"@nodes/utils": "link:../utils"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"comlink": "^4.4.1",
|
||
|
"vite-plugin-comlink": "^4.0.3"
|
||
|
}
|
||
|
}
|