-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.12 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.12 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
52
53
54
{
"name": "pi-antigravity-quota",
"version": "0.1.4",
"description": "Pi extension to check Google Cloud Code (Antigravity) model quotas.",
"type": "module",
"main": "index.ts",
"scripts": {
"prebuild": "rm -rf dist",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ditfetzt/pi-antigravity-quota.git"
},
"homepage": "https://github.com/ditfetzt/pi-antigravity-quota#readme",
"bugs": {
"url": "https://github.com/ditfetzt/pi-antigravity-quota/issues"
},
"keywords": [
"pi-package",
"pi",
"pi-agent",
"extension",
"antigravity",
"gemini",
"quota",
"google-cloud"
],
"author": "Mæxim",
"license": "MIT",
"pi": {
"extensions": [
"index.ts"
],
"image": "banner.webp"
},
"files": [
"dist",
"index.ts",
"banner.webp",
"quota_display.webp",
"README.md",
"LICENSE",
"CHANGELOG.md"
],
"peerDependencies": {
"@mariozechner/pi-coding-agent": "*"
},
"devDependencies": {
"@mariozechner/pi-coding-agent": "^0.52.6",
"typescript": "^5.3.0",
"@types/node": "^20.10.0"
}
}