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