All checks were successful
Deploy to GitHub Pages / build_site (push) Successful in 3m33s
18 lines
361 B
JSON
18 lines
361 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": "link:../types",
|
|
"@nodarium/utils": "link:../utils",
|
|
"idb": "^8.0.3"
|
|
}
|
|
}
|