-
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) · 1.16 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.16 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
{
"name": "acode-ai-agent-plugin",
"version": "0.0.1",
"description": "An autonomous AI agent plugin for Acode that enables LLMs to directly read, create, and refactor files, while executing terminal commands through a secure agentic loop—bringing desktop-class AI automation to Android.",
"main": "dist/main.js",
"repository": "https://github.com/dconco/phpspa-highlighter-plugin.git",
"author": "dconco <concodave@gmail.com>",
"license": "MIT",
"devDependencies": {
"@acode-app/types": "^1.11.6",
"@babel/cli": "^7.23.0",
"@babel/core": "^7.23.2",
"@babel/preset-env": "^7.23.2",
"@types/node": "^24.5.2",
"babel-loader": "^9.1.3",
"jszip": "^3.10.1",
"live-server": "^1.2.2",
"ts-loader": "^9.5.1",
"typescript": "^5.6.3",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
},
"scripts": {
"build": "webpack",
"build-release": "webpack --mode production",
"start-dev": "node .vscode/start-dev"
},
"browserslist": "cover 100%,not android < 5",
"dependencies": {
"@anthropic-ai/sdk": "^0.88.0",
"@google/genai": "^1.49.0",
"@openrouter/sdk": "^0.12.2",
"highlight.js": "^11.11.1",
"openai": "^6.34.0",
"path-browserify": "^1.0.1"
}
}