From 3eee308458bb2ccfa4414e300b132049279517d0 Mon Sep 17 00:00:00 2001
From: adi surya <adisurya1@gmail.com>
Date: Wed, 27 Jul 2022 14:23:58 +0700
Subject: [PATCH] initial commit

---
 package.json | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 package.json

diff --git a/package.json b/package.json
new file mode 100644
index 0000000..dee83a2
--- /dev/null
+++ b/package.json
@@ -0,0 +1,21 @@
+{
+  "name": "komodo2-gw-sds-ss",
+  "version": "0.5.0",
+  "description": "gateway ke sds-ss",
+  "main": "index.js",
+  "scripts": {
+    "test": "echo \"Error: no test specified\" && exit 1"
+  },
+  "repository": {
+    "type": "git",
+    "url": "git@gitlab.kodesumber.com:tektrans/komodo2-gw-sds-ss.git"
+  },
+  "keywords": [
+    "komodo2",
+    "gateway",
+    "sds",
+    "ss"
+  ],
+  "author": "",
+  "license": "SEE LICENSE IN license.txt"
+}
-- 
1.9.0