-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 772 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 772 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
{
"name": "testissues",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chrmarti/testissues.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/chrmarti/testissues/issues"
},
"homepage": "https://github.com/chrmarti/testissues#readme",
"dependencies": {
"@actions/github": "^2.1.1",
"@azure/storage-blob": "^12.1.1",
"@slack/web-api": "^6.0.0",
"request": "^2.88.2",
"request-promise": "^4.2.2"
},
"devDependencies": {
"@types/node": "^12.12.6",
"@types/request-promise": "^4.1.38",
"ts-node": "^8.6.2",
"typescript": "^4.6.3"
}
}