UNPKG

srt-parser-2

Version:
56 lines (55 loc) 1.21 kB
{ "name": "srt-parser-2", "description": "Parse SRT into array", "version": "1.2.3", "license": "MIT", "type": "module", "scripts": { "build": "tsc --declaration", "dev": "tsc -watch", "test": "mocha -r ts-node/register test/**/*.ts" }, "bin": { "srt-parser-2": "./bin/index.js" }, "main": "dist/index.js", "types": "dist/index.d.ts", "devDependencies": { "@types/chai": "^4.3.4", "@types/jest": "^29.2.4", "@types/node": "^18.11.17", "chai": "^4.3.7", "jest": "^29.3.1", "mocha": "^10.2.0", "should": "^13.2.3", "ts-jest": "^29.0.3", "ts-node": "^10.9.1", "typescript": "^4.9.4", "yargs": "^17.6.2" }, "keywords": [ "subtitles", "subtitle", "srt", "subrip", "subtitle parser", "srt parser", "caption" ], "repository": { "type": "git", "url": "git+https://github.com/1c7/srt-parser-2.git" }, "author": "Cheng Zheng (chengzheng.apply@gmail.com)", "bugs": { "url": "https://github.com/1c7/srt-parser-2/issues" }, "homepage": "https://github.com/1c7/srt-parser-2", "prepublish": "tsc", "engines": { "node": "*" }, "directories": { "test": "test" } }