-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 877 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
41
42
43
{
"name": "creeper-bot",
"version": "1.0.0",
"description": "Creeper-bot",
"scripts": {
"build": "tsc --build",
"clean": "tsc --build --clean",
"start": "node server"
},
"author": {
"name": "Bruno Blanes"
},
"license": "ISC",
"homepage": "https://github.com/BrunoBlanes/GitHub-Bot#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/BrunoBlanes/GitHub-Bot.git"
},
"keywords": [
"Bot",
"TypeScript",
"GitHub",
"API"
],
"bugs": {
"url": "https://github.com/BrunoBlanes/GitHub-Bot/issues"
},
"dependencies": {
"@azure/identity": "^1.1.0",
"@azure/keyvault-secrets": "^4.1.0",
"@octokit/auth-app": "^2.10.1",
"@octokit/core": "^3.2.1",
"crypto": "^1.0.1"
},
"devDependencies": {
"@types/jsonwebtoken": "^8.5.0",
"@types/node": "^8.10.66",
"typescript": "^3.2.2"
},
"engines": {
"node": "^12.18.2"
}
}