-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
39 lines (39 loc) · 975 Bytes
/
package.json
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
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "somleng-sms-gateway",
"version": "1.2.19",
"type": "module",
"main": "index.js",
"bin": {
"somleng-sms-gateway": "bin/cli.js"
},
"scripts": {
"test": "NODE_OPTIONS='--experimental-vm-modules' jest",
"build": "esbuild bin/cli.js --bundle --platform=node --outfile=build/somleng-sms-gateway.js",
"dist": "bin/build-sea-package"
},
"keywords": [],
"author": "Somleng Team",
"license": "MIT",
"dependencies": {
"@anycable/core": "^1.0.0",
"@sentry/node": "^8.48.0",
"@sentry/tracing": "^7.114.0",
"commander": "^13.0.0",
"smpp": "^0.6.0-rc.4",
"winston": "^3.17.0",
"ws": "^8.18.0"
},
"devDependencies": {
"esbuild": "^0.24.2",
"eslint": "^8.57.1",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"jest": "^29.7.0",
"prettier": "3.4.2"
},
"directories": {
"lib": "lib"
},
"description": ""
}