-
-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (23 loc) · 595 Bytes
/
package.json
File metadata and controls
26 lines (23 loc) · 595 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"name": "smpp",
"version": "1.0.0",
"description": "Several useful NodeJS SMPP Clients for sending single or bulk messages using nodejs",
"main": "proxy.js",
"dependencies": {
"nanoid": "^3.1.16",
"smpp": "^0.3.1",
"unique-random": "^2.0.0",
"system-sleep": "^1.2.0"
},
"devDependencies": {
"nanoid": "^3.1.16",
"smpp": "^0.3.1",
"unique-random": "^2.0.0",
"system-sleep": "^1.2.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "TelecomXChange LLC - Ameed Jamous",
"license": "MIT"
}