forked from GitbookIO/integrations
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 829 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
{
"name": "@gitbook/integration-github",
"version": "0.1.1",
"private": true,
"scripts": {
"lint": "eslint --ext .js,.jsx,.ts,.tsx .",
"typecheck": "tsc --noEmit",
"publish-integrations": "gitbook publish .",
"publish-integrations-staging": "gitbook publish ."
},
"dependencies": {
"@gitbook/api": "*",
"@gitbook/runtime": "*",
"hash-sum": "^2.0.0",
"http-errors": "^2.0.0",
"http-link-header": "^1.1.1",
"itty-router": "^4.0.26",
"jose": "^4.14.4"
},
"devDependencies": {
"@gitbook/cli": "*",
"@gitbook/eslint-config": "*",
"@gitbook/tsconfig": "*",
"@octokit/webhooks-types": "^7.2.0",
"@types/hash-sum": "^1.0.0",
"@types/http-link-header": "^1.0.3"
}
}