-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 944 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
{
"name": "til-github-app",
"version": "1.0.0",
"description": "Express.js github app instance",
"dependencies": {
"dos-config": "^3.0.2",
"express": "^4.18.2",
"minimatch": "^9.0.4",
"swagger-ui-express": "^5.0.0",
"yaml": "^2.4.2"
},
"devDependencies": {
"@octokit/auth-app": "^2.10.5",
"@octokit/rest": "^18.0.12",
"@types/express": "^4.17.17",
"@types/swagger-ui-express": "^4.1.6",
"@typescript-eslint/eslint-plugin": "^4.9.1",
"@typescript-eslint/parser": "^4.9.1",
"eslint": "^7.15.0",
"ts-node": "^10.9.1",
"typescript": "^4.1.3"
},
"scripts": {
"start": "ts-node ./api/index.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/carmon/functions.git"
},
"author": "Carmon",
"license": "ISC",
"bugs": {
"url": "https://github.com/carmon/functions/issues"
},
"homepage": "https://github.com/carmon/functions#readme"
}