@odyssoft/tmdb
Version:
Unofficial TMDB v3 api wrapper, built using TypeScript and node.js
46 lines (45 loc) • 1.05 kB
JSON
{
"name": "@odyssoft/tmdb",
"version": "1.1.12",
"description": "Unofficial TMDB v3 api wrapper, built using TypeScript and node.js",
"main": "lib/index.js",
"type": "commonjs",
"scripts": {
"build": "tsc",
"test": "jest",
"coverage": "jest --coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/odyssoft/tmdb.git"
},
"keywords": [
"TypeScript",
"api",
"wrapper",
"TMDB",
"node.js",
"axios"
],
"author": "Sean Hewitson",
"license": "ISC",
"bugs": {
"url": "https://github.com/odyssoft/tmdb/issues"
},
"homepage": "https://github.com/odyssoft/tmdb#readme",
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.7.0",
"@types/jest": "^30.0.0",
"eslint": "^9.35.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.4",
"jest": "^30.1.3",
"prettier": "^3.6.2",
"ts-jest": "^29.4.2",
"ts-node": "^10.9.2",
"typescript": "^5.9.2"
},
"dependencies": {
"axios": "^1.12.2"
}
}