From 77901cb10631e5065daeb186aeebbd004ad9a0a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Majdand=C5=BEi=C4=87?= Date: Thu, 9 Nov 2023 09:10:52 +0100 Subject: [PATCH] Initial commit --- package.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..80cc0a9 --- /dev/null +++ b/package.json @@ -0,0 +1,12 @@ +{ + "name": "smpp", + "version": "1.0.0", + "description": "", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "keywords": [], + "author": "", + "license": "ISC" +}