@soitora/plexanisync-mapping-assistant
Version:
PlexAniSync Mapping Assistant
58 lines (57 loc) • 1.5 kB
JSON
{
"name": "@soitora/plexanisync-mapping-assistant",
"version": "2.1.1",
"description": "PlexAniSync Mapping Assistant",
"main": "bin/assistant.js",
"type": "module",
"bin": {
"plexanisync-mapping-assistant": "bin/assistant.js"
},
"scripts": {
"assistant": "node bin/assistant.js",
"debug": "node bin/debug.js",
"auto": "node bin/auto-scraper.js",
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Soitora/PlexAniSync-Mapping-Assistant.git"
},
"keywords": [
"tmdb",
"themoviedb",
"tvdb",
"thetvdb",
"imdb",
"plexanisync",
"plex",
"anilist",
"node"
],
"author": {
"name": "Soitora",
"email": "simon.mattila@protonmail.com"
},
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/Soitora/PlexAniSync-Mapping-Assistant/issues"
},
"homepage": "https://github.com/Soitora/PlexAniSync-Mapping-Assistant#readme",
"dependencies": {
"axios": "^1.6.7",
"chai": "^5.1.0",
"chalk": "^5.3.0",
"clipboardy": "^4.0.0",
"config": "^3.3.11",
"dotenv": "^16.4.5",
"inquirer": "^12.0.0",
"js-yaml": "^4.1.0",
"mocha": "^11.0.0",
"node-themoviedb": "^0.2.8",
"pjson": "^1.0.9",
"tvdbapi": "^2.1.0"
},
"engines": {
"node": ">= 18"
}
}