forked from zbirenbaum/copilot.lua
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 691 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 691 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
34
{
"name": "@github/copilot-linux-arm64",
"version": "1.0.70",
"description": "GitHub Copilot CLI for linux-arm64",
"license": "SEE LICENSE IN LICENSE.md",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/github/copilot-cli.git"
},
"bugs": {
"url": "https://github.com/github/copilot-cli/issues"
},
"homepage": "https://github.com/github/copilot-cli/#readme",
"os": [
"linux"
],
"cpu": [
"arm64"
],
"bin": {
"copilot-linux-arm64": "copilot"
},
"exports": {
".": "./copilot",
"./sdk": {
"types": "./sdk/index.d.ts",
"import": "./sdk/index.js"
}
},
"libc": [
"glibc"
]
}