X-Git-Url: https://git.r.bdr.sh/rbdr/tomato-sauce/blobdiff_plain/fd38d4096e65ba5afba8ed1ddc75ed1814ca8c16..3ec8e14833b55d6bff4cf5702f90e1bb9a1b1e40:/package.json diff --git a/package.json b/package.json index 0a955d0..9bfb5ba 100644 --- a/package.json +++ b/package.json @@ -1,17 +1,16 @@ { "name": "tomato-sauce", - "version": "1.0.0", + "version": "2.0.0", "description": "Telnet based drawing functions and renderers", "main": "lib/tomato_sauce.js", "scripts": { "document": "jsdoc2md -f 'lib/**/*.js' > doc/README.md", - "lint": "eslint lib bin", - "test": "I'm really really sorry! && exit 1", + "lint": "eslint .", "start": "bin/tomato_sauce.js" }, "repository": { "type": "git", - "url": "git+https://github.com/rbdr/tomato-sauce.git" + "url": "git+https://gitlab.com/rbdr/tomato-sauce.git" }, "keywords": [ "tomato", @@ -20,20 +19,14 @@ "ansi", "colors" ], - "author": "Rubén Beltrán del Río ", + "author": "Rubén Beltrán del Río ", "license": "MIT", - "bugs": { - "url": "https://github.com/rbdr/tomato-sauce/issues" - }, - "homepage": "https://github.com/rbdr/tomato-sauce#readme", "dependencies": { - "getenv": "^0.6.0" + "getenv": "^1.0.0" }, "devDependencies": { - "eslint": "^4.19.1", - "eslint-config-hapi": "^11.0.0", - "eslint-plugin-hapi": "^4.1.0", - "jsdoc": "^3.5.5", + "@hapi/eslint-plugin": "^5.1.0", + "eslint": "^8.5.0", "jsdoc-to-markdown": "^4.0.1" } }