Skip to content

Commit b18712b

Browse files
committed
release: v0.1.1
1 parent ce4193f commit b18712b

1 file changed

Lines changed: 59 additions & 59 deletions

File tree

package.json

Lines changed: 59 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -1,62 +1,62 @@
11
{
2-
"name": "@cortexkit/opencode-interceptor",
3-
"version": "0.1.0",
4-
"type": "module",
5-
"description": "OpenCode plugin for runtime HTTP interception diagnostics",
6-
"author": "ualtinok",
7-
"license": "MIT",
8-
"keywords": [
9-
"opencode",
10-
"plugin",
11-
"http",
12-
"interceptor",
13-
"debug",
14-
"diagnostics",
15-
"ai",
16-
"llm"
17-
],
18-
"repository": {
19-
"type": "git",
20-
"url": "https://github.com/cortexkit/opencode-interceptor"
21-
},
22-
"packageManager": "bun@1.3.11",
23-
"main": "dist/index.js",
24-
"types": "dist/index.d.ts",
25-
"exports": {
26-
".": {
27-
"types": "./dist/index.d.ts",
28-
"import": "./dist/index.js"
29-
}
30-
},
31-
"files": [
32-
"dist",
33-
"README.md",
34-
"LICENSE"
35-
],
36-
"oc-plugin": [
37-
"server"
38-
],
39-
"scripts": {
40-
"build": "bun build src/index.ts --outdir dist --target bun --format esm --external @opencode-ai/plugin && tsc -p tsconfig.build.json",
41-
"clean": "rm -rf dist",
42-
"lint": "biome check .",
43-
"lint:fix": "biome check --write .",
44-
"typecheck": "tsc --noEmit",
45-
"test": "bun test",
46-
"check": "bun run lint && bun run typecheck && bun test",
47-
"prepublishOnly": "bun run clean && bun run build"
48-
},
49-
"dependencies": {
50-
"@opencode-ai/plugin": "^1.4.10"
51-
},
52-
"peerDependencies": {
53-
"@opencode-ai/plugin": ">=1.4.0"
54-
},
55-
"devDependencies": {
56-
"@biomejs/biome": "^2.4.7",
57-
"@opencode-ai/sdk": "^1.4.10",
58-
"@types/node": "^22.15.30",
59-
"bun-types": "1.3.11",
60-
"typescript": "^5.8.3"
2+
"name": "@cortexkit/opencode-interceptor",
3+
"version": "0.1.1",
4+
"type": "module",
5+
"description": "OpenCode plugin for runtime HTTP interception diagnostics",
6+
"author": "ualtinok",
7+
"license": "MIT",
8+
"keywords": [
9+
"opencode",
10+
"plugin",
11+
"http",
12+
"interceptor",
13+
"debug",
14+
"diagnostics",
15+
"ai",
16+
"llm"
17+
],
18+
"repository": {
19+
"type": "git",
20+
"url": "https://github.com/cortexkit/opencode-interceptor"
21+
},
22+
"packageManager": "bun@1.3.11",
23+
"main": "dist/index.js",
24+
"types": "dist/index.d.ts",
25+
"exports": {
26+
".": {
27+
"types": "./dist/index.d.ts",
28+
"import": "./dist/index.js"
6129
}
30+
},
31+
"files": [
32+
"dist",
33+
"README.md",
34+
"LICENSE"
35+
],
36+
"oc-plugin": [
37+
"server"
38+
],
39+
"scripts": {
40+
"build": "bun build src/index.ts --outdir dist --target bun --format esm --external @opencode-ai/plugin && tsc -p tsconfig.build.json",
41+
"clean": "rm -rf dist",
42+
"lint": "biome check .",
43+
"lint:fix": "biome check --write .",
44+
"typecheck": "tsc --noEmit",
45+
"test": "bun test",
46+
"check": "bun run lint && bun run typecheck && bun test",
47+
"prepublishOnly": "bun run clean && bun run build"
48+
},
49+
"dependencies": {
50+
"@opencode-ai/plugin": "^1.4.10"
51+
},
52+
"peerDependencies": {
53+
"@opencode-ai/plugin": ">=1.4.0"
54+
},
55+
"devDependencies": {
56+
"@biomejs/biome": "^2.4.7",
57+
"@opencode-ai/sdk": "^1.4.10",
58+
"@types/node": "^22.15.30",
59+
"bun-types": "1.3.11",
60+
"typescript": "^5.8.3"
61+
}
6262
}

0 commit comments

Comments
 (0)