cecula
Version:
NodeJS library for sending A2P and P2P SMS over the Cecula API
60 lines (59 loc) • 1.74 kB
JSON
{
"name": "cecula",
"version": "1.0.14",
"description": "NodeJS library for sending A2P and P2P SMS over the Cecula API",
"main": "cecula.js",
"scripts": {
"test": "mocha || true",
"test:jest": "jest --coverage --coverageReporters=text-lcov | coveralls || true",
"test:istanbul": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage || true",
"test:nyc": "nyc mocha || true",
"coverage": "nyc report --reporter=text-lcov | coveralls || true",
"lint-md": "remark .",
"test:insta": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && codecov || true"
},
"remarkConfig": {
"plugins": [
"remark-preset-lint-recommended"
]
},
"keywords": [
"cecula",
"sms",
"a2p",
"p2p",
"bulksms",
"bulk",
"text",
"messaging",
"api",
"sms service"
],
"homepage": "https://www.cecula.com",
"author": "Godwin Noah",
"license": "MIT",
"dependencies": {
"request": "^2.88.0"
},
"repository": {
"type": "git",
"url": "https://github.com/cecula-sms/node-library.git"
},
"devDependencies": {
"chai": "^4.2.0",
"codecov": "^3.3.0",
"eslint": "^5.16.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-node": "^9.0.1",
"eslint-plugin-promise": "^4.0.0",
"eslint-plugin-standard": "^4.0.0",
"istanbul": "^0.4.5",
"mocha": "^6.1.4",
"mocha-lcov-reporter": "^1.3.0",
"remark-cli": "^6.0.1",
"remark-lint": "^6.0.4",
"remark-preset-lint-recommended": "^3.0.2",
"remark-stringify": "^6.0.4"
}
}