mirror of
https://github.com/zoriya/srt-webvtt.git
synced 2025-12-06 05:56:10 +00:00
60 lines
1.4 KiB
JSON
60 lines
1.4 KiB
JSON
{
|
|
"name": "srt-webvtt",
|
|
"version": "1.3.2",
|
|
"description": "Convert SRT format subtitle to WebVTT on the fly over HTML5 environment",
|
|
"main": "lib/index.js",
|
|
"files": [
|
|
"lib/index.js",
|
|
"lib/index.d.ts"
|
|
],
|
|
"scripts": {
|
|
"test": "./node_modules/.bin/jest",
|
|
"lint": "./node_modules/.bin/eslint ./index.js",
|
|
"build": "rm -rf lib && tsc",
|
|
"minor": "npm version minor && npm publish",
|
|
"major": "npm version major && npm publish",
|
|
"patch": "npm version patch && npm publish"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/imshaikot/srt-webvtt.git"
|
|
},
|
|
"keywords": [
|
|
"Subtitle",
|
|
"video",
|
|
"subtitle",
|
|
"track",
|
|
"element",
|
|
"srt-to-vtt",
|
|
"srt-to-webvtt",
|
|
"converter",
|
|
"html5",
|
|
"video",
|
|
"html5",
|
|
"video",
|
|
"track",
|
|
"html5",
|
|
"video",
|
|
"subtitle",
|
|
"str",
|
|
"support"
|
|
],
|
|
"author": "Shariar Shaikot",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/imshaikot/srt-webvtt/issues"
|
|
},
|
|
"homepage": "https://github.com/imshaikot/srt-webvtt#readme",
|
|
"devDependencies": {
|
|
"@types/jest": "^27.0.2",
|
|
"eslint": "^4.15.0",
|
|
"eslint-config-airbnb": "^16.1.0",
|
|
"eslint-plugin-import": "^2.8.0",
|
|
"eslint-plugin-jsx-a11y": "^6.0.3",
|
|
"eslint-plugin-react": "^7.5.1",
|
|
"jest": "^27.3.1",
|
|
"ts-jest": "^27.0.7",
|
|
"typescript": "^4.4.4"
|
|
}
|
|
}
|