Updated task-tracker/package.json with 12 additions
--- a/task-tracker/package.json
+++ b/task-tracker/package.json
@@ -1,0 +1,12 @@
+{
+  "name": "task-tracker",
+  "version": "1.0.0",
+  "description": "A simple CLI task tracker",
+  "main": "index.js",
+  "scripts": {
+    "test": "node test.js"
+  },
+  "keywords": [],
+  "author": "",
+  "license": "ISC"
+}