]> git.r.bdr.sh - rbdr/tomato-sauce/blobdiff - package.json
Add new port
[rbdr/tomato-sauce] / package.json
index 908aa05c0958be1fdc2bee001095be7381cb3659..9bfb5ba4304e13d8d6c9c3716e48cecb4edf8286 100644 (file)
@@ -1,14 +1,16 @@
 {
   "name": "tomato-sauce",
-  "version": "1.0.0",
-  "description": "\"Telnet based drawing functions and renderers\"",
+  "version": "2.0.0",
+  "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 .",
+    "start": "bin/tomato_sauce.js"
   },
   "repository": {
     "type": "git",
-    "url": "git+https://github.com/rbdr/tomato-sauce.git"
+    "url": "git+https://gitlab.com/rbdr/tomato-sauce.git"
   },
   "keywords": [
     "tomato",
     "ansi",
     "colors"
   ],
-  "author": "Rubén Beltrán del Río <ben@nsovocal.com>",
+  "author": "Rubén Beltrán del Río <subscriptions@unlimited.pizza>",
   "license": "MIT",
-  "bugs": {
-    "url": "https://github.com/rbdr/tomato-sauce/issues"
-  },
-  "homepage": "https://github.com/rbdr/tomato-sauce#readme",
   "dependencies": {
-    "getenv": "^0.6.0"
+    "getenv": "^1.0.0"
+  },
+  "devDependencies": {
+    "@hapi/eslint-plugin": "^5.1.0",
+    "eslint": "^8.5.0",
+    "jsdoc-to-markdown": "^4.0.1"
   }
 }