-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.01 KB
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 1.01 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
{
"name": "@objctp/opencode-better-prompt",
"version": "0.9.0",
"description": "Automatically corrects, translates and enhances user prompts before submission to an LLM Model via Claude Code or OpenCode.",
"author": {
"name": "objct",
"url": "https://objct.link"
},
"homepage": "https://github.com/objctp/better-prompt",
"repository": "https://github.com/objctp/better-prompt",
"license": "MIT",
"keywords": [
"opencode",
"opencode-plugin",
"claude-code",
"claude-code-plugin",
"prompt",
"prompt-quality",
"prompt-correction",
"prompt-translation",
"prompt-grammar",
"prompt-spellcheck",
"prompt-enhancement",
"cognigraphy"
],
"files": [
"dist/"
],
"dependencies": {
"zod": "^4.0.0"
},
"scripts": {
"build": "node scripts/build.mjs",
"changelog": "scripts/changelog.sh unreleased",
"changelog:preview": "scripts/changelog.sh preview",
"release": "scripts/changelog.sh release",
"prepublishOnly": "npm run build"
}
}