-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.01 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.01 KB
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
44
45
46
47
48
49
50
51
{
"name": "@blink-sdk/github",
"version": "0.1.0",
"description": "Blink SDK for GitHub tools.",
"keywords": [
"blink",
"github",
"bot",
"agent"
],
"publishConfig": {
"access": "public"
},
"author": "Coder",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/coder/blink.git"
},
"homepage": "https://github.com/coder/blink/tree/main/packages/github",
"bugs": {
"url": "https://github.com/coder/blink/issues"
},
"files": [
"dist"
],
"scripts": {
"build": "tsdown"
},
"devDependencies": {
"@octokit/auth-app": "^8.1.0",
"@octokit/types": "^15.0.0",
"@octokit/webhooks": "^14.1.3",
"diff": "^8.0.2",
"file-type": "^21.0.0"
},
"peerDependencies": {
"@octokit/core": "^7.0.4",
"zod": ">=4",
"ai": ">=5",
"blink": ">= 0.1.46"
},
"type": "module",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"require": "./dist/index.cjs"
}
}
}