Update package.json

This commit is contained in:
Killer Boss Original 2022-07-05 19:26:35 +02:00 committed by GitHub
parent 19f783f9ab
commit 78cd255661
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,14 +1,7 @@
{ {
"dependencies": {
"chalk": "^4.1.2",
"cors": "^2.8.5",
"express": "^4.18.1",
"fs": "^0.0.1-security",
"quickmap.db": "^1.1.1"
},
"name": "database-server", "name": "database-server",
"description": "A quick-deploy database server", "description": "A quick-deploy database server",
"version": "1.0.0", "version": "1.0.1",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"test": "npm start", "test": "npm start",
@ -27,5 +20,12 @@
"bugs": { "bugs": {
"url": "https://github.com/FIUSdevelopment/database-server/issues" "url": "https://github.com/FIUSdevelopment/database-server/issues"
}, },
"homepage": "https://github.com/FIUSdevelopment/database-server#readme" "homepage": "https://github.com/FIUSdevelopment/database-server#readme",
"dependencies": {
"chalk": "^4.1.2",
"cors": "^2.8.5",
"express": "^4.18.1",
"fs": "^0.0.1-security",
"quickmap.db": "^1.1.1"
}
} }