]> git.r.bdr.sh - rbdr/tomato-sauce/blame - package.json
Update dependencies
[rbdr/tomato-sauce] / package.json
CommitLineData
b05f26f5
BB
1{
2 "name": "tomato-sauce",
3 "version": "1.0.0",
fd38d409 4 "description": "Telnet based drawing functions and renderers",
b05f26f5
BB
5 "main": "lib/tomato_sauce.js",
6 "scripts": {
fd38d409
RBR
7 "document": "jsdoc2md -f 'lib/**/*.js' > doc/README.md",
8 "lint": "eslint lib bin",
9 "test": "I'm really really sorry! && exit 1",
10 "start": "bin/tomato_sauce.js"
b05f26f5
BB
11 },
12 "repository": {
13 "type": "git",
14 "url": "git+https://github.com/rbdr/tomato-sauce.git"
15 },
16 "keywords": [
17 "tomato",
18 "sauce",
19 "telnet",
20 "ansi",
21 "colors"
22 ],
23 "author": "Rubén Beltrán del Río <ben@nsovocal.com>",
24 "license": "MIT",
25 "bugs": {
26 "url": "https://github.com/rbdr/tomato-sauce/issues"
27 },
28 "homepage": "https://github.com/rbdr/tomato-sauce#readme",
29 "dependencies": {
5838e919 30 "getenv": "^1.0.0"
fd38d409
RBR
31 },
32 "devDependencies": {
5838e919
RBR
33 "eslint": "^8.44.0",
34 "eslint-config-hapi": "^12.0.0",
fd38d409 35 "eslint-plugin-hapi": "^4.1.0",
5838e919
RBR
36 "jsdoc": "^4.0.2",
37 "jsdoc-to-markdown": "^8.0.0"
b05f26f5
BB
38 }
39}