{
    "name": "ttml2srt",
    "version": "1.2.4",
    "description": "Convert TTML subtitles to SRT format.",
    "keywords": [
        "ttml",
        "srt",
        "subtitles",
        "subrip"
    ],
    "author": "Seiya Dev.",
    "homepage": "https://github.com/seiya-npm/ttml2srt#readme",
    "repository": {
        "type": "git",
        "url": "https://github.com/seiya-npm/ttml2srt.git"
    },
    "bugs": {
        "url": "https://github.com/seiya-npm/ttml2srt/issues"
    },
    "scripts": {
        "eslint": "eslint *.js src",
        "eslint-fix": "eslint *.js src --fix"
    },
    "license": "MIT",
    "main": "main.js"
}
