mirror of
https://github.com/NoeFabris/opencode-antigravity-auth.git
synced 2026-05-13 23:53:18 +00:00
25 lines
510 B
JSON
25 lines
510 B
JSON
{
|
|
"name": "opencode-antigravity-auth",
|
|
"module": "index.ts",
|
|
"version": "1.0.1",
|
|
"author": "noefabris",
|
|
"repository": "https://github.com/NoeFabris/opencode-antigravity-auth",
|
|
"files": [
|
|
"index.ts",
|
|
"src"
|
|
],
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"@opencode-ai/plugin": "^0.15.30",
|
|
"@types/bun": "latest",
|
|
"@types/node": "^24.10.1"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5"
|
|
},
|
|
"dependencies": {
|
|
"@openauthjs/openauth": "^0.4.3"
|
|
}
|
|
}
|