Add files via upload

This commit is contained in:
James Quinley 2023-06-18 09:05:46 -07:00 committed by GitHub
commit f4c1c6d406
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

23
package.json Normal file
View File

@ -0,0 +1,23 @@
{
"name": "api",
"version": "0.1.1",
"description": "Obsidian Core Services Server",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"author": "James Quinley",
"dependencies": {
"axios": "^1.3.4",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"js-sha256": "^0.9.0",
"mongo": "^0.1.0",
"mongodb": "^4.16.0",
"nodemon": "^2.0.20",
"request-ip": "^3.3.0",
"undici": "^5.13.0"
}
}