llm_log_frontend/package.json
2026-04-26 01:56:44 +08:00

18 lines
341 B
JSON

{
"name": "llm_log_frontend",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"build": "node build.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"highlight.js": "^11.11.1",
"marked": "^12.0.2"
}
}