-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
21 lines (21 loc) · 755 Bytes
/
Copy pathpackage.json
File metadata and controls
21 lines (21 loc) · 755 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "code-from-teams",
"version": "0.1.0",
"private": true,
"description": "Drive GitHub Copilot from a Microsoft Teams thread",
"license": "MIT",
"scripts": {
"bridge": "node --env-file-if-exists=.env scripts/bridge.js",
"demo": "node scripts/make-demo.js",
"harness": "node --env-file-if-exists=.env scripts/teams-roundtrip-test.js",
"mockflow": "node scripts/mockflow.js",
"msg": "node --env-file-if-exists=.env scripts/fakemsg.js",
"post": "node --env-file-if-exists=.env scripts/postflow.js",
"soak": "node --env-file-if-exists=.env scripts/soakflow.js",
"reload": "bash scripts/reload.sh",
"url": "bash scripts/callback-url.sh"
},
"dependencies": {
"@github/copilot-sdk": "^1.0.8"
}
}