26 lines
571 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"
},
"pkg": {
"assets": [
"node_modules/sql.js/dist/sql-wasm.wasm"
]
},
"author": "Matt Taylor",
"license": "MIT",
"dependencies": {
"cors": "^2.8.5",
"express": "^5.1.0",
"sql.js": "^1.13.0"
}
}