seasonme
Version:
A tool to organize your TV show files naming and make sure that the subtitle file matches with the video file in the folder.
59 lines (58 loc) • 1.3 kB
JSON
{
"name": "seasonme",
"version": "1.1.8",
"description": "",
"main": "index.js",
"scripts": {
"test": "mocha --require @babel/polyfill --require @babel/register",
"patch-release": "npm version patch && npm publish && git push --follow-tags"
},
"repository": {
"type": "git",
"url": "git+https://github.com/edwardfxiao/seasonme.git"
},
"keywords": [
"formatter",
"format",
"episodes",
"subtitles",
"videos",
"organizer",
"mkv",
"cc",
"file-name",
"tv-shows",
"seasons",
"renaming-files",
"renaming",
"series"
],
"author": "",
"license": "MIT",
"bin": {
"seasonme": "bin/cli.js"
},
"bugs": {
"url": "https://github.com/edwardfxiao/seasonme/issues"
},
"homepage": "https://github.com/edwardfxiao/seasonme#readme",
"devDependencies": {
"@babel/core": "^7.15.0",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.12.11",
"@babel/register": "^7.12.10",
"babel-eslint": "^10.1.0",
"chai": "^4.2.0",
"eslint": "^7.17.0",
"eslint-plugin-babel": "^5.3.1",
"mocha": "^8.2.1"
},
"dependencies": {
"boxen": "^5.0.1",
"chalk": "^4.1.2",
"klaw-sync": "^6.0.0",
"ramda": "^0.28.0",
"shelljs": "^0.8.4",
"yargs": "^17.1.1"
}
}