forked from github/copilot-survey-engine
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 809 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 809 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
29
30
31
32
33
34
35
36
37
{
"name": "copilot-survey-engine",
"version": "1.0.0",
"private": true,
"description": "Engine to prompt developers about their experience with Copilot!",
"author": "Mabel Geronimo",
"license": "ISC",
"homepage": "https://github.com//",
"keywords": [
"probot",
"github",
"probot-app"
],
"scripts": {
"start": "probot run ./index.js",
"test": "jest --detectOpenHandles"
},
"dependencies": {
"@azure/ai-language-text": "^1.1.0",
"applicationinsights": "^2.7.0",
"dedent": "^1.0.1",
"mssql": "^9.1.1",
"probot": "^12.3.1"
},
"devDependencies": {
"jest": "^29.6.1",
"nock": "^13.3.1",
"semver": ">= 7.5.4",
"smee-client": "^1.2.2"
},
"engines": {
"node": ">= 10.13.0"
},
"jest": {
"testEnvironment": "node"
}
}