30 lines
684 B
JSON
30 lines
684 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": {
|
|
"@azure/msal-node": "^3.8.3",
|
|
"argon2": "^0.44.0",
|
|
"cors": "^2.8.5",
|
|
"express": "^5.1.0",
|
|
"jsonwebtoken": "^9.0.2",
|
|
"multer": "^2.0.2",
|
|
"sql.js": "^1.13.0"
|
|
}
|
|
}
|