General updates
This commit is contained in:
@@ -4,7 +4,8 @@
|
||||
"description": "Barebones file manager for a remote location",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "node ."
|
||||
"start": "node .",
|
||||
"test": "node test"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -23,6 +24,7 @@
|
||||
"dependencies": {
|
||||
"body-parser": "^1.19.0",
|
||||
"express": "^4.17.0",
|
||||
"jquery": "^3.4.1"
|
||||
"jquery": "^3.4.1",
|
||||
"requests": "^0.2.2"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user