X-Git-Url: https://git.r.bdr.sh/rbdr/tomato-sauce/blobdiff_plain/a140f3add912ef4bd659c1c1e82184643be7d845..a0666be3ab58ed83ad6d622cfe2b8293c40dffbb:/package.json?ds=inline diff --git a/package.json b/package.json index 908aa05..5c67914 100644 --- a/package.json +++ b/package.json @@ -1,14 +1,17 @@ { "name": "tomato-sauce", - "version": "1.0.0", - "description": "\"Telnet based drawing functions and renderers\"", + "version": "2.0.0", + "description": "Telnet based drawing functions and renderers", "main": "lib/tomato_sauce.js", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "document": "jsdoc2md -f 'lib/**/*.js' > doc/README.md", + "lint": "eslint lib bin", + "test": "I'm really really sorry! && exit 1", + "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", @@ -17,13 +20,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": { + "@hapi/eslint-plugin": "^5.1.0", + "eslint": "^8.5.0", + "jsdoc-to-markdown": "^4.0.1" } }