]> git.r.bdr.sh - rbdr/tomato-sauce/blob - package.json
Update dependencies
[rbdr/tomato-sauce] / package.json
1 {
2 "name": "tomato-sauce",
3 "version": "1.0.0",
4 "description": "Telnet based drawing functions and renderers",
5 "main": "lib/tomato_sauce.js",
6 "scripts": {
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"
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": {
30 "getenv": "^1.0.0"
31 },
32 "devDependencies": {
33 "eslint": "^8.44.0",
34 "eslint-config-hapi": "^12.0.0",
35 "eslint-plugin-hapi": "^4.1.0",
36 "jsdoc": "^4.0.2",
37 "jsdoc-to-markdown": "^8.0.0"
38 }
39 }