« get me outta code hell

scratchrlol - Simple HTML-based Scratch client
summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..bc529aa
--- /dev/null
+++ b/package.json
@@ -0,0 +1,21 @@
+{
+  "name": "scratchrlol",
+  "version": "1.0.0",
+  "description": "Simple HTML-based Scratch client",
+  "main": "index.js",
+  "dependencies": {
+    "fix-whitespace": "^1.0.3",
+    "node-fetch": "^1.7.3",
+    "prompt": "^1.0.0"
+  },
+  "devDependencies": {},
+  "scripts": {
+    "test": "echo \"Error: no test specified\" && exit 1"
+  },
+  "repository": {
+    "type": "git",
+    "url": "https://git.ed1.club/florrie/scratchrlol.git/"
+  },
+  "author": "",
+  "license": "GPL-3.0"
+}