isundil 6 年之前
父節點
當前提交
220ab146ac
共有 1 個文件被更改,包括 15 次插入0 次删除
  1. 15 0
      package.json

+ 15 - 0
package.json

@@ -0,0 +1,15 @@
+{
+  "name": "instaserv",
+  "version": "1.0.0",
+  "description": "IRC bot for generating quote images",
+  "main": "index.js",
+  "scripts": {
+    "test": "echo \"Error: no test specified\" && exit 1"
+  },
+  "repository": {
+    "type": "git",
+    "url": "https://git.knacki.info/isundil/instaserv"
+  },
+  "author": "isundil",
+  "license": "GPL-3.0"
+}