2025-11-24 13:41:13 -06:00

19 lines
439 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"
}
}