|
1 | 1 | { |
2 | | - "name": "opencode-supermemory", |
3 | | - "version": "2.0.4", |
4 | | - "description": "OpenCode plugin that gives coding agents persistent memory using Supermemory", |
5 | | - "type": "module", |
6 | | - "main": "dist/index.js", |
7 | | - "types": "dist/index.d.ts", |
8 | | - "bin": { |
9 | | - "opencode-supermemory": "./dist/cli.js" |
10 | | - }, |
11 | | - "scripts": { |
12 | | - "build": "bun build ./src/index.ts --outdir ./dist --target node && bun build ./src/cli.ts --outfile ./dist/cli.js --target node && tsc --emitDeclarationOnly", |
13 | | - "dev": "tsc --watch", |
14 | | - "typecheck": "tsc --noEmit" |
15 | | - }, |
16 | | - "keywords": [ |
17 | | - "opencode", |
18 | | - "plugin", |
19 | | - "supermemory", |
20 | | - "memory", |
21 | | - "ai", |
22 | | - "coding-agent" |
23 | | - ], |
24 | | - "author": "Supermemory", |
25 | | - "license": "MIT", |
26 | | - "repository": { |
27 | | - "type": "git", |
28 | | - "url": "https://github.com/supermemoryai/opencode-supermemory" |
29 | | - }, |
30 | | - "dependencies": { |
31 | | - "@opencode-ai/plugin": "^1.0.162", |
32 | | - "supermemory": "^4.0.0" |
33 | | - }, |
34 | | - "devDependencies": { |
35 | | - "@types/bun": "latest", |
36 | | - "typescript": "^5.7.3" |
37 | | - }, |
38 | | - "opencode": { |
39 | | - "type": "plugin", |
40 | | - "hooks": [ |
41 | | - "chat.message", |
42 | | - "event" |
43 | | - ] |
44 | | - }, |
45 | | - "files": [ |
46 | | - "dist" |
47 | | - ] |
| 2 | + "name": "opencode-supermemory", |
| 3 | + "version": "2.0.5", |
| 4 | + "description": "OpenCode plugin that gives coding agents persistent memory using Supermemory", |
| 5 | + "type": "module", |
| 6 | + "main": "dist/index.js", |
| 7 | + "types": "dist/index.d.ts", |
| 8 | + "bin": { |
| 9 | + "opencode-supermemory": "./dist/cli.js" |
| 10 | + }, |
| 11 | + "scripts": { |
| 12 | + "build": "bun build ./src/index.ts --outdir ./dist --target node && bun build ./src/cli.ts --outfile ./dist/cli.js --target node && tsc --emitDeclarationOnly", |
| 13 | + "dev": "tsc --watch", |
| 14 | + "typecheck": "tsc --noEmit" |
| 15 | + }, |
| 16 | + "keywords": [ |
| 17 | + "opencode", |
| 18 | + "plugin", |
| 19 | + "supermemory", |
| 20 | + "memory", |
| 21 | + "ai", |
| 22 | + "coding-agent" |
| 23 | + ], |
| 24 | + "author": "Supermemory", |
| 25 | + "license": "MIT", |
| 26 | + "repository": { |
| 27 | + "type": "git", |
| 28 | + "url": "https://github.com/supermemoryai/opencode-supermemory" |
| 29 | + }, |
| 30 | + "dependencies": { |
| 31 | + "@opencode-ai/plugin": "^1.0.162", |
| 32 | + "supermemory": "^4.0.0" |
| 33 | + }, |
| 34 | + "devDependencies": { |
| 35 | + "@types/bun": "latest", |
| 36 | + "typescript": "^5.7.3" |
| 37 | + }, |
| 38 | + "opencode": { |
| 39 | + "type": "plugin", |
| 40 | + "hooks": [ |
| 41 | + "chat.message", |
| 42 | + "event" |
| 43 | + ] |
| 44 | + }, |
| 45 | + "files": [ |
| 46 | + "dist" |
| 47 | + ] |
48 | 48 | } |
0 commit comments