-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 1.18 KB
/
package.json
File metadata and controls
31 lines (31 loc) · 1.18 KB
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
29
30
31
{
"name": "voice-agent-csharp",
"version": "1.0.0",
"description": "[](https://codespaces.new/congiuluc/voice-agent-csharp)\r [](https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/congiuluc/voice-agent-csharp)",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "npx playwright test",
"test:ui": "npx playwright test --ui",
"test:headed": "npx playwright test --headed",
"test:debug": "npx playwright test --debug",
"test:report": "npx playwright show-report"
},
"repository": {
"type": "git",
"url": "git+https://github.com/congiuluc/voice-agent-csharp.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"bugs": {
"url": "https://github.com/congiuluc/voice-agent-csharp/issues"
},
"homepage": "https://github.com/congiuluc/voice-agent-csharp#readme",
"devDependencies": {
"@playwright/test": "^1.57.0"
}
}