mirror of
https://github.com/zoriya/v10.git
synced 2026-08-05 05:37:21 +00:00
37 lines
789 B
JSON
37 lines
789 B
JSON
{
|
|
"name": "@videojs/cli",
|
|
"type": "module",
|
|
"version": "10.0.0-beta.25",
|
|
"description": "Video.js documentation CLI",
|
|
"license": "Apache-2.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/videojs/v10.git",
|
|
"directory": "packages/cli"
|
|
},
|
|
"bin": "./dist/index.mjs",
|
|
"files": [
|
|
"dist",
|
|
"docs"
|
|
],
|
|
"scripts": {
|
|
"copy-docs": "node scripts/copy-docs.js",
|
|
"build": "pnpm run copy-docs && tsdown",
|
|
"dev": "tsdown --watch",
|
|
"test": "vitest run",
|
|
"clean": "rimraf dist docs"
|
|
},
|
|
"dependencies": {
|
|
"@bomb.sh/args": "^0.3.1",
|
|
"@clack/prompts": "^0.10.1"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"devDependencies": {
|
|
"site": "workspace:*",
|
|
"tsdown": "^0.21.9",
|
|
"vitest": "^4.1.0"
|
|
}
|
|
}
|