-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
40 lines (40 loc) · 921 Bytes
/
package.json
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
38
39
40
{
"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",
"@azure/ai-text-analytics": "^5.1.0",
"ai-text-analytics": "^0.0.1-security",
"applicationinsights": "^2.7.3",
"dedent": "^1.5.1",
"dotenv": "^16.3.1",
"mssql": "^11.0.1",
"probot": "^12.4.0"
},
"devDependencies": {
"jest": "^29.6.4",
"nock": "^13.3.3",
"semver": ">= 7.5.4",
"smee-client": "^1.2.2"
},
"engines": {
"node": ">= 10.13.0"
},
"jest": {
"testEnvironment": "node"
}
}