Files
nodarium/packages/registry/package.json
2026-01-21 16:39:54 +01:00

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