feat: init tmdb package

This commit is contained in:
Adrian Castro
2024-02-04 12:30:09 +01:00
parent 94ef89a95f
commit 1a9f955a37
4 changed files with 75 additions and 0 deletions

33
pnpm-lock.yaml generated
View File

@@ -135,6 +135,31 @@ importers:
specifier: ^5.3.3
version: 5.3.3
packages/tmdb:
dependencies:
tmdb-ts:
specifier: ^1.6.1
version: 1.6.1
devDependencies:
'@movie-web/eslint-config':
specifier: workspace:^0.2.0
version: link:../../tooling/eslint
'@movie-web/prettier-config':
specifier: workspace:^0.1.0
version: link:../../tooling/prettier
'@movie-web/tsconfig':
specifier: workspace:^0.1.0
version: link:../../tooling/typescript
eslint:
specifier: ^8.56.0
version: 8.56.0
prettier:
specifier: ^3.1.1
version: 3.2.4
typescript:
specifier: ^5.3.3
version: 5.3.3
tooling/eslint:
dependencies:
'@typescript-eslint/eslint-plugin':
@@ -9537,6 +9562,14 @@ packages:
upper-case: 1.1.3
dev: true
/tmdb-ts@1.6.1:
resolution: {integrity: sha512-TJQYQctzky03z8bhlJtZ9ZjFHNvLhpow3qKHMMZj2LEOvlqcJ/Dyy33IyuBROrhzWLelkmGraAA718B0ENP1Fg==}
dependencies:
cross-fetch: 3.1.8
transitivePeerDependencies:
- encoding
dev: false
/tmp@0.0.33:
resolution: {integrity: sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==}
engines: {node: '>=0.6.0'}