react-native-subtitles
Version:
React Native Subtitles adds subtitles provides a simple API to add subtitles to your video
79 lines (78 loc) • 2.93 kB
JSON
{
"name": "react-native-subtitles",
"description": "React Native Subtitles adds subtitles provides a simple API to add subtitles to your video",
"author": "Nicolás Riccardi <nriccar@gmail.com> (https://github.com/nriccar)",
"keywords": [
"react-native",
"react-native-video",
"react-native-subtitles",
"react-native-video-subtitles",
"react-subtitles"
],
"repository": {
"type": "git",
"url": "git+https://github.com/nriccar/react-native-subtitles"
},
"version": "5.0.5",
"main": "index.js",
"scripts": {
"test": "jest",
"clean": "rm -rf dist",
"build": "npm run clean && tsc && cp package.json README.md ./dist",
"lint": "eslint \"lib/**/*.+(js|jsx|json|ts|tsx|md)\"",
"format": "npm run prettier -- --write",
"prettier": "prettier \"lib/**/*.+(js|jsx|json|ts|tsx|md)\"",
"validate": "npm run lint && npm run format",
"reinstall": "rm -rf node_modules && rm -rf package-lock.json && npm install --force",
"packages:check-updates": "ncu",
"packages:check-unused": "npx depcheck",
"packages:update": "ncu -u && npm run reinstall",
"refactor:check-unused-files": "npx unimported --flow",
"git:commit": "func() { git add . && git commit -m \"[master] - $1\"; }; func",
"git:push": "func() { git push; }; func",
"deploy": "npm run validate && npm t && npm run git:commit && npm version patch && npm run build && npm publish ./dist && npm run git:push"
},
"dependencies": {
"axios": "^0.27.2",
"srt-parser-2": "^1.1.7",
"styled-components": "^5.3.5",
"vtt-to-json": "^0.1.1"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/preset-typescript": "^7.18.6",
"@babel/runtime": "^7.12.5",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/jest-native": "^4.0.8",
"@testing-library/react-hooks": "^8.0.1",
"@testing-library/react-native": "^11.0.0",
"@testing-library/user-event": "^14.4.2",
"@types/jest": "^28.1.6",
"@types/react": "^18.0.17",
"@types/react-native": "^0.69.5",
"@types/react-test-renderer": "^18.0.0",
"@types/styled-components": "^5.1.25",
"@typescript-eslint/eslint-plugin": "^5.33.0",
"babel-eslint": "^9.0.0",
"babel-jest": "^26.6.3",
"babel-plugin-module-resolver": "^4.1.0",
"babel-plugin-transform-remove-console": "^6.9.4",
"eslint": "^8.21.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-react-hooks": "^4.6.0",
"jest": "^28.1.3",
"jest-environment-jsdom": "^28.1.3",
"jest-expo": "^46.0.1",
"jest-styled-components": "^7.0.8",
"metro-react-native-babel-preset": "^0.66.0",
"prettier": "^2.7.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-test-renderer": "^18.2.0",
"styled-components": "^5.3.5",
"ts-jest": "^28.0.7",
"ts-node": "^10.9.1",
"typescript": "^4.7.4"
}
}