Files
v10/package.json
T
2025-09-23 00:57:47 +10:00

38 lines
1.1 KiB
JSON

{
"name": "vjs-10-monorepo",
"version": "1.0.0",
"description": "A monorepo for Video.js 10 related library packages",
"scripts": {
"build:libs": "turbo run build --filter=!./examples/*",
"build": "turbo run build",
"clean": "turbo run clean",
"dev:html": "turbo run dev --filter=html-demo...",
"dev:react": "turbo run dev --filter=react-demo...",
"dev": "turbo run dev --parallel",
"format:check": "prettier . --check --log-level warn --cache",
"format": "prettier . --write --log-level warn --cache",
"lint": "turbo run lint",
"test": "turbo run test",
"typecheck": "turbo run typecheck"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.7.0",
"@types/node": "^20.0.0",
"prettier": "^3.6.2",
"react": "^18.0.0",
"turbo": "^2.5.5",
"typescript": "^5.9.2"
},
"packageManager": "pnpm@10.17.0",
"engines": {
"node": ">=22.19.0",
"npm": ">=10.9.3"
},
"repository": {
"type": "git",
"url": "https://github.com/videojs/vjs-10-monorepo.git"
},
"license": "Apache-2.0",
"author": "Video.js Contributors"
}