Update package.json
This commit is contained in:
parent
19f783f9ab
commit
78cd255661
1 changed files with 9 additions and 9 deletions
18
package.json
18
package.json
|
@ -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"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue