-
- Downloads
GIT COMMIT
... | @@ -13,12 +13,10 @@ | ... | @@ -13,12 +13,10 @@ |
"body-parser": "^1.18.3", | "body-parser": "^1.18.3", | ||
"express": "^4.16.3", | "express": "^4.16.3", | ||
"fs": "0.0.1-security", | "fs": "0.0.1-security", | ||
"mysql": "^2.16.0" | "mysql": "^2.16.0", | ||
"jest": "^23.6.0" | |||
}, | }, | ||
"scripts": { | "scripts": { | ||
"test": "jest" | "test": "jest" | ||
}, | |||
"devDependencies": { | |||
"jest": "^23.6.0" | |||
} | } | ||
} | } |
Please register or sign in to comment