@untidy/thetvdb
Advanced tools
Comparing version 0.0.7 to 0.1.0
{ | ||
"name": "@untidy/thetvdb", | ||
"description": "fully-typed client for accessing the TheTVDB API V4 for Node.js", | ||
"version": "0.0.7", | ||
"version": "0.1.0", | ||
"type": "module", | ||
"main": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
"exports": { | ||
@@ -16,36 +14,42 @@ ".": { | ||
"files": [ | ||
"dist" | ||
"dist", | ||
"LICENSE", | ||
"README.md" | ||
], | ||
"keywords": [ | ||
"thetvdb" | ||
"thetvdb", | ||
"series", | ||
"movies", | ||
"api" | ||
], | ||
"author": "falsepopsky", | ||
"license": "GPL-3.0-or-later", | ||
"license": "GPL-3.0", | ||
"homepage": "https://untidy-thetvdb.netlify.app/", | ||
"devDependencies": { | ||
"@changesets/cli": "^2.26.1", | ||
"@swc/core": "^1.3.60", | ||
"@changesets/cli": "^2.26.2", | ||
"@swc/core": "^1.3.70", | ||
"@swc/jest": "^0.2.26", | ||
"@types/jest": "^29.5.1", | ||
"@types/node": "^20.2.5", | ||
"@typescript-eslint/eslint-plugin": "^5.59.7", | ||
"@typescript-eslint/parser": "^5.59.7", | ||
"dotenv": "^16.0.3", | ||
"eslint": "^8.41.0", | ||
"@types/jest": "^29.5.3", | ||
"@types/node": "^20.4.2", | ||
"@typescript-eslint/eslint-plugin": "^6.1.0", | ||
"@typescript-eslint/parser": "^6.1.0", | ||
"dotenv": "^16.3.1", | ||
"eslint": "^8.45.0", | ||
"eslint-config-prettier": "^8.8.0", | ||
"eslint-config-standard-with-typescript": "^34.0.1", | ||
"eslint-import-resolver-typescript": "^3.5.5", | ||
"eslint-plugin-import": "^2.27.5", | ||
"eslint-plugin-jest": "^27.2.1", | ||
"eslint-plugin-n": "^16.0.0", | ||
"eslint-plugin-jest": "^27.2.3", | ||
"eslint-plugin-n": "^16.0.1", | ||
"eslint-plugin-promise": "^6.1.1", | ||
"jest": "^29.5.0", | ||
"msw": "^1.2.1", | ||
"prettier": "^2.8.8", | ||
"jest": "^29.6.1", | ||
"msw": "^1.2.2", | ||
"prettier": "^3.0.0", | ||
"tsx": "^3.12.7", | ||
"typescript": "^5.0.4", | ||
"undici": "^5.22.1" | ||
"typescript": "^5.1.6", | ||
"undici": "^5.22.1", | ||
"vitepress": "1.0.0-beta.5" | ||
}, | ||
"engines": { | ||
"node": ">=18", | ||
"pnpm": ">=7" | ||
"pnpm": ">=8" | ||
}, | ||
@@ -59,2 +63,3 @@ "repository": { | ||
}, | ||
"packageManager": "pnpm@8.6.9", | ||
"scripts": { | ||
@@ -70,4 +75,7 @@ "dev": "tsx src/playground.ts", | ||
"test:coverage": "jest --coverage", | ||
"release": "pnpm run build && changeset publish" | ||
"release": "pnpm run build && changeset publish", | ||
"docs:dev": "vitepress dev web", | ||
"docs:build": "vitepress build web", | ||
"docs:preview": "vitepress preview web" | ||
} | ||
} |
@@ -61,5 +61,6 @@ # @untidy/thetvdb | ||
- [API](https://github.com/falsepopsky/thetvdb/blob/main/docs/api.md) | ||
- [Supported endpoints](https://github.com/falsepopsky/thetvdb/blob/main/docs/endpoints.md) | ||
- [Examples](https://github.com/falsepopsky/thetvdb/blob/main/docs/examples.md) | ||
- [API](https://untidy-thetvdb.netlify.app/api) | ||
- [Supported endpoints](https://untidy-thetvdb.netlify.app/guide/supported-endpoints) | ||
- [TheTVDB Examples](https://untidy-thetvdb.netlify.app/api/thetvdb) | ||
- [TheTVDBExtended Examples](https://untidy-thetvdb.netlify.app/api/thetvdb-extended) | ||
@@ -69,3 +70,3 @@ ## :scroll: License | ||
`@untidy/thetvdb` is licensed under the | ||
[GPL-3.0-or-later](https://github.com/falsepopsky/thetvdb/blob/main/LICENSE.md) license - © 2023 | ||
[GPL-3.0-or-later](https://github.com/falsepopsky/thetvdb/blob/main/LICENSE) license - © 2023 | ||
[falsepopsky](https://github.com/falsepopsky). |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Copyleft License
License(Experimental) Copyleft license information was found.
Found 1 instance in 1 package
Non-permissive License
License(Experimental) A license not known to be considered permissive was found.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Copyleft License
License(Experimental) Copyleft license information was found.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
Non-permissive License
License(Experimental) A license not known to be considered permissive was found.
Found 1 instance in 1 package
59096
2
1
71
11
593