@speedup/notification-sms-smsir
Version:
SMS notification implementation for SMS.ir
74 lines (73 loc) • 1.7 kB
JSON
{
"name": "@speedup/notification-sms-smsir",
"version": "1.0.2",
"description": "SMS notification implementation for SMS.ir",
"main": "dist/index.js",
"scripts": {
"clean": "rimraf dist/",
"build": "tsc",
"rebuild": "run-s clean build",
"test": "mocha --require ts-node/register tests/index.ts",
"coverage": "nyc npm run test",
"prepublish": "run-s rebuild test coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SpeedUp-io/nodejs-notification-sms-smsir.git"
},
"keywords": [
"speedup",
"notification",
"sms",
"sms-ir",
"text",
"message"
],
"types": "dist/index.d.ts",
"author": "SpeedUp",
"license": "MIT",
"bugs": {
"url": "https://github.com/SpeedUp-io/nodejs-notification-sms-smsir/issues"
},
"homepage": "https://github.com/SpeedUp-io/nodejs-notification-sms-smsir#readme",
"devDependencies": {
"@types/chai": "^4.2.9",
"@types/chai-as-promised": "^7.1.2",
"@types/mocha": "^7.0.1",
"@types/ms": "^0.7.31",
"@types/node": "^13.7.4",
"@types/sleep": "0.0.7",
"axios-mock-adapter": "^1.17.0",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"mocha": "^7.1.1",
"npm-run-all": "^4.1.5",
"nyc": "^15.0.0",
"rimraf": "^3.0.2",
"sleep": "^6.1.0",
"ts-node": "^8.6.2",
"typescript": "^3.8.2"
},
"nyc": {
"extension": [
".ts",
".tsx"
],
"exclude": [
"coverage/**/*",
"dist/**/*",
"tests/**/*",
"**/*.d.ts"
],
"reporter": [
"text",
"html",
"lcov"
],
"all": true
},
"dependencies": {
"axios": "^0.19.2",
"ms": "^2.1.2"
}
}