feat: additional api package stuff

This commit is contained in:
Adrian Castro
2024-04-15 21:18:25 +02:00
parent 4e01f35458
commit 338e633d48
8 changed files with 340 additions and 0 deletions

View File

@@ -18,6 +18,7 @@
"@movie-web/eslint-config": "workspace:^0.2.0",
"@movie-web/prettier-config": "workspace:^0.1.0",
"@movie-web/tsconfig": "workspace:^0.1.0",
"@types/node-forge": "^1.3.11",
"eslint": "^8.56.0",
"prettier": "^3.1.1",
"typescript": "^5.4.3"
@@ -29,6 +30,9 @@
},
"prettier": "@movie-web/prettier-config",
"dependencies": {
"@noble/hashes": "^1.4.0",
"@scure/bip39": "^1.3.0",
"node-forge": "^1.3.1",
"ofetch": "^1.3.4"
}
}