X-Git-Url: https://git.r.bdr.sh/rbdr/generador-de-insultos/blobdiff_plain/1a652aac0ac1efc9100dd25e7da1105a4d515dc4..da393520c4a1b33bffdfe26974e817f2c65267d3:/package.json diff --git a/package.json b/package.json index e69a4dd..22a3daa 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "generador-de-insultos": "server.js" }, "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "start": "node bin/server.js" }, "repository": { "type": "git", @@ -19,10 +19,8 @@ }, "homepage": "https://github.com/rbdr/generador-de-insultos", "dependencies": { - "bluebird": "2.9.x", - "cheerio": "0.19.x", - "hapi": "9.2.x", - "neon": "2.0.x", - "request": "2.61.x" + "cheerio": "^1.0.0-rc.3", + "@hapi/hapi": "^19.1.1", + "node-fetch": "^2.6.0" } }