simple-subtitle-parser
Version:
_(previously, subtitle-parsing-tool)_
50 lines (49 loc) • 1.4 kB
JSON
{
"private": false,
"name": "simple-subtitle-parser",
"version": "2.0.0",
"description": "",
"author": "Franco Speziali",
"license": "GPL-3.0",
"main": "dist/simple-subtitle-parser.min.js",
"module": "dist/simple-subtitle-parser.es.min.js",
"types": "dist/simple-subtitle-parser.d.ts",
"scripts": {
"test": "jest --verbose",
"eslint": "eslint . --ext .ts,.tsx",
"tsc": "tsc",
"build": "rm -rf ./dist && mkdir dist && cp ./source/simple-subtitle-parser.d.ts ./dist/ && rollup --config",
"prettier": "prettier --write 'source/**/*.ts'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/WeMakeMachines/simple-subtitle-parser.git"
},
"bugs": {
"url": "https://github.com/WeMakeMachines/simple-subtitle-parser/issues"
},
"keywords": [
"srt",
"webvtt",
"subtitle",
"parser",
"promise",
"async",
"typescript"
],
"homepage": "https://github.com/WeMakeMachines/subtitle-parsing-tool#readme",
"devDependencies": {
"@rollup/plugin-terser": "^0.4.3",
"@rollup/plugin-typescript": "^11.1.2",
"@types/jest": "^29.5.3",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"eslint": "8.44.0",
"jest": "29.6.1",
"prettier": "3.0.0",
"rollup": "3.26.2",
"ts-jest": "29.1.1",
"tslib": "^2.6.0",
"typescript": "5.1.6"
}
}