mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 08:23:26 +00:00
38 lines
914 B
JSON
38 lines
914 B
JSON
{
|
|
"name": "@movie-web/provider-utils",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"main": "./src/index.ts",
|
|
"exports": {
|
|
".": "./src/index.ts"
|
|
},
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"clean": "rm -rf .turbo node_modules",
|
|
"format": "prettier --check . --ignore-path ../../.gitignore",
|
|
"lint": "eslint .",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"devDependencies": {
|
|
"@movie-web/eslint-config": "workspace:^0.2.0",
|
|
"@movie-web/prettier-config": "workspace:^0.1.0",
|
|
"@movie-web/tsconfig": "workspace:^0.1.0",
|
|
"eslint": "^8.56.0",
|
|
"prettier": "^3.1.1",
|
|
"typescript": "^5.4.3"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": [
|
|
"@movie-web/eslint-config/base"
|
|
]
|
|
},
|
|
"prettier": "@movie-web/prettier-config",
|
|
"dependencies": {
|
|
"@movie-web/providers": "^2.3.0",
|
|
"parse-hls": "^1.0.7",
|
|
"srt-webvtt": "^2.0.0",
|
|
"tmdb-ts": "^1.6.1"
|
|
}
|
|
}
|