identify-media
Version:
Analyse file path and content to make search criteria for media APIs
27 lines (26 loc) • 689 B
JSON
{
"name": "identify-media",
"version": "0.3.19",
"description": "Analyse file path and content to make search criteria for media APIs",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"prepack": "tsc",
"clean": "rm -rf dist coverage",
"test": "jest --coverage",
"test:watch": "jest --watch"
},
"keywords": ["media", "opensubtitles", "tmdb", "omdb", "imdb"],
"author": "Tanya Randstoft tanya@randstoft.dk",
"license": "ISC",
"devDependencies": {
"@types/jest": "^27.4.0",
"@types/node": "^17.0.18",
"jest": "^27.5.1",
"ts-jest": "^27.1.3",
"typescript": "^4.5.5"
},
"dependencies": {
}
}