-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 988 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 988 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
35
36
37
{
"name": "@targe/plugin-eliza",
"version": "1.0.0",
"description": "Targe LLM token sharing marketplace — call Claude, GPT, and Gemini via pooled keys with USDC micropayments. No API key required. Share your idle key and earn USDC.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"require": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"scripts": {
"build": "tsc",
"test": "vitest run",
"lint": "tsc --noEmit"
},
"keywords": ["targe", "elizaos", "llm", "usdc", "base", "x402", "micropayments", "anthropic", "openai", "google"],
"author": "Targe",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/pabloleaf/plugin-targe"
},
"dependencies": {
"@elizaos/core": "^0.1.0",
"@targe/sdk": "^0.1.3"
},
"devDependencies": {
"@types/node": "^20.0.0",
"typescript": "^5.0.0",
"vitest": "^2.0.0"
},
"engines": {
"node": ">=18"
}
}