]>
Commit | Line | Data |
---|---|---|
1 | { | |
2 | "name": "tomato-sauce", | |
3 | "version": "2.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 .", | |
9 | "start": "bin/tomato_sauce.js" | |
10 | }, | |
11 | "repository": { | |
12 | "type": "git", | |
13 | "url": "git+https://gitlab.com/rbdr/tomato-sauce.git" | |
14 | }, | |
15 | "keywords": [ | |
16 | "tomato", | |
17 | "sauce", | |
18 | "telnet", | |
19 | "ansi", | |
20 | "colors" | |
21 | ], | |
22 | "author": "Rubén Beltrán del Río <subscriptions@unlimited.pizza>", | |
23 | "license": "MIT", | |
24 | "dependencies": { | |
25 | "getenv": "^1.0.0" | |
26 | }, | |
27 | "devDependencies": { | |
28 | "@hapi/eslint-plugin": "^5.1.0", | |
29 | "eslint": "^8.5.0", | |
30 | "jsdoc-to-markdown": "^4.0.1" | |
31 | } | |
32 | } |