-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 807 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 807 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
{
"name": "meet",
"version": "0.1.0",
"description": "Video conferencing app",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"test:e2e": "cd e2e && yarn test",
"test:e2e:headed": "cd e2e && yarn test:headed",
"test:e2e:debug": "cd e2e && yarn test:debug",
"test:e2e:ui": "cd e2e && yarn test:ui",
"postinstall": "cd frontend && yarn install",
"dev": "cd frontend && yarn dev",
"build": "cd frontend && yarn build",
"knip:e2e": "knip --workspace e2e",
"knip:frontend": "knip --workspace frontend",
"knip:sfu-server": "knip --workspace sfu-server",
"knip": "knip"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/node": "^25.6.0",
"knip": "^6.4.1",
"typescript": "^6.0.3"
}
}