forked from shiguredo/media-processors
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 746 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 746 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"private": true,
"license": "Apache-2.0",
"author": "Shiguredo Inc.",
"scripts": {
"dev": "vp dev --config examples/vite.config.ts",
"build": "vp run --filter './packages/*' build",
"fmt": "vp fmt",
"lint": "vp lint --type-aware",
"lint:fix": "vp lint --type-aware --fix",
"typecheck": "vp run --filter './packages/*' typecheck"
},
"dependencies": {
"@types/dom-mediacapture-transform": "0.1.11"
},
"devDependencies": {
"typescript": "6.0.2",
"vite": "npm:@voidzero-dev/vite-plus-core@0.1.18",
"vite-plugin-dts": "4.5.4",
"vite-plugin-static-copy": "4.0.1",
"vite-plus": "0.1.18"
},
"engines": {
"node": ">=22",
"pnpm": ">=10"
},
"packageManager": "pnpm@10.33.0"
}