X-Git-Url: https://git.r.bdr.sh/rbdr/tomato-sauce/blobdiff_plain/a41763dd463339765081c1f968a7b93b8ccf572f..5838e9190b314cd8511ac2e0ed703e2c4b3076ed:/package.json diff --git a/package.json b/package.json index 908aa05..c9a9b61 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,13 @@ { "name": "tomato-sauce", "version": "1.0.0", - "description": "\"Telnet based drawing functions and renderers\"", + "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", @@ -24,6 +27,13 @@ }, "homepage": "https://github.com/rbdr/tomato-sauce#readme", "dependencies": { - "getenv": "^0.6.0" + "getenv": "^1.0.0" + }, + "devDependencies": { + "eslint": "^8.44.0", + "eslint-config-hapi": "^12.0.0", + "eslint-plugin-hapi": "^4.1.0", + "jsdoc": "^4.0.2", + "jsdoc-to-markdown": "^8.0.0" } }