2025-11-24 14:20:32 -06:00

20 lines
464 B
JSON

{
"name": "kb_server",
"version": "0.0.1",
"description": "Knowledge Base Server to house the data for Knowledge Articles",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://gitea.jv.com/TheLeo/knowledge_article_system.git"
},
"author": "Matt Taylor",
"license": "MIT",
"dependencies": {
"express": "^5.1.0",
"sql.js": "^1.13.0"
}
}