]>
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 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://gitlab.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 <subscriptions@unlimited.pizza>", | |
24 | "license": "MIT", | |
25 | "dependencies": { | |
26 | "getenv": "^1.0.0" | |
27 | }, | |
28 | "devDependencies": { | |
29 | "@hapi/eslint-plugin": "^5.1.0", | |
30 | "eslint": "^8.5.0", | |
31 | "jsdoc-to-markdown": "^4.0.1" | |
32 | } | |
33 | } |