summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorRuben Beltran del Rio <git@r.bdr.sh>2025-08-25 12:33:03 +0200
committerRuben Beltran del Rio <git@r.bdr.sh>2025-08-25 12:33:03 +0200
commit8ff1162897acc9a393f41edf9faf5593d6c66995 (patch)
treeb93e52d0b0c36a84b29fe0e5dde3d7401ec130eb /package.json
parent3ec8e14833b55d6bff4cf5702f90e1bb9a1b1e40 (diff)
Replace JS with rust
Diffstat (limited to 'package.json')
-rw-r--r--package.json32
1 files changed, 0 insertions, 32 deletions
diff --git a/package.json b/package.json
deleted file mode 100644
index 9bfb5ba..0000000
--- a/package.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "name": "tomato-sauce",
- "version": "2.0.0",
- "description": "Telnet based drawing functions and renderers",
- "main": "lib/tomato_sauce.js",
- "scripts": {
- "document": "jsdoc2md -f 'lib/**/*.js' > doc/README.md",
- "lint": "eslint .",
- "start": "bin/tomato_sauce.js"
- },
- "repository": {
- "type": "git",
- "url": "git+https://gitlab.com/rbdr/tomato-sauce.git"
- },
- "keywords": [
- "tomato",
- "sauce",
- "telnet",
- "ansi",
- "colors"
- ],
- "author": "Rubén Beltrán del Río <subscriptions@unlimited.pizza>",
- "license": "MIT",
- "dependencies": {
- "getenv": "^1.0.0"
- },
- "devDependencies": {
- "@hapi/eslint-plugin": "^5.1.0",
- "eslint": "^8.5.0",
- "jsdoc-to-markdown": "^4.0.1"
- }
-}