smppjs
Version:
Modern approach to smpp protocol.
44 lines (43 loc) • 1.07 kB
JSON
{
"name": "smppjs",
"version": "1.2.1",
"description": "Modern approach to smpp protocol.",
"main": "lib/index.js",
"types": "lib",
"scripts": {
"dev": "tsnd --transpile-only --ignore-watch node_modules --no-notify --respawn src/index.ts",
"dev:start": "./node_modules/.bin/tsc && node .",
"dev:build": "./node_modules/.bin/tsc",
"prod:pack": "npm pack",
"prod:build": "tsc -p ."
},
"engines": {
"node": ">=8"
},
"author": {
"name": "João Gervasoni",
"url": "https://github.com/joaogervasoni"
},
"repository": {
"type": "git",
"url": "https://github.com/joaogervasoni/smppjs"
},
"license": "MIT",
"keywords": [
"smpp",
"protocol",
"smppjs"
],
"devDependencies": {
"@types/node": "^20.12.7",
"eslint": "9.29.0",
"eslint-config-prettier": "10.1.5",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-prettier": "5.4.1",
"globals": "16.2.0",
"prettier": "3.5.3",
"ts-node-dev": "2.0.0",
"typescript": "5.4.5",
"typescript-eslint": "8.34.0"
}
}