18 lines
352 B
JSON
18 lines
352 B
JSON
|
{
|
||
|
"name": "@nodes/registry",
|
||
|
"version": "0.0.0",
|
||
|
"description": "",
|
||
|
"main": "src/index.ts",
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"keywords": [],
|
||
|
"author": "",
|
||
|
"license": "ISC",
|
||
|
"dependencies": {
|
||
|
"@nodes/types": "link:../types",
|
||
|
"@nodes/utils": "link:../utils",
|
||
|
"idb": "^8.0.0"
|
||
|
}
|
||
|
}
|