{ "name": "tomato-sauce", "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", "start": "bin/tomato_sauce.js" }, "repository": { "type": "git", "url": "git+https://gitlab.com/rbdr/tomato-sauce.git" }, "keywords": [ "tomato", "sauce", "telnet", "ansi", "colors" ], "author": "Rubén Beltrán del Río ", "license": "MIT", "dependencies": { "getenv": "^1.0.0" }, "devDependencies": { "@hapi/eslint-plugin": "^5.1.0", "eslint": "^8.5.0", "jsdoc-to-markdown": "^4.0.1" } }