africastalking-ts
Version:
Unofficial Typescript version of the Africa's Talking SDK
79 lines (78 loc) • 2.08 kB
JSON
{
"name": "africastalking-ts",
"version": "0.0.3",
"description": "Unofficial Typescript version of the Africa's Talking SDK",
"main": "dist/index.js",
"scripts": {
"build": "rm -rf dist && tsc",
"lint": "eslint --ext .ts ./src",
"ts-check": "tsc --noEmit -p .",
"pretest": "npm run build",
"test": "NODE_ENV=test nyc mocha -r ts-node/register 'test/**/*.test.ts' -t 15000",
"posttest": "rm -r ./dist",
"pre-commit-message": "echo 'Please wait, running pre-commit checks...' && exit 0"
},
"husky": {
"hooks": {
"pre-commit": "npm-run-all pre-commit-message build lint ts-check test"
}
},
"dependencies": {
"axios": "^0.19.2",
"body-parser": "^1.19.0",
"chalk": "^4.1.0",
"config": "^3.3.1",
"joi": "^14.3.1",
"query-string": "^6.13.1"
},
"devDependencies": {
"@types/axios": "^0.14.0",
"@types/body-parser": "^1.19.0",
"@types/chai": "^4.2.11",
"@types/chai-as-promised": "^7.1.2",
"@types/config": "0.0.36",
"@types/joi": "^14.3.4",
"@types/mocha": "^7.0.2",
"@types/node": "^14.0.14",
"@typescript-eslint/eslint-plugin": "^3.5.0",
"@typescript-eslint/parser": "^3.5.0",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"eslint": "^7.3.1",
"eslint-config-airbnb-typescript": "^8.0.2",
"eslint-plugin-import": "^2.22.0",
"husky": "^4.2.5",
"mocha": "^8.0.1",
"npm-run-all": "^4.1.5",
"nyc": "^15.1.0",
"ts-node": "^8.10.2",
"typescript": "^3.9.5"
},
"repository": {
"type": "git",
"url": "git@github.com:tawn33y/africastalking-ts.git"
},
"keywords": [
"africastalking",
"sms",
"chat",
"whatsapp",
"telegram",
"ussd",
"voice",
"payments",
"airtime",
"m-pesa",
"mpesa",
"iot"
],
"author": "Tony (https://twitter.com/tawn33y)",
"license": "MIT",
"bugs": {
"url": "https://github.com/tawn33y/africastalking-ts/issues"
},
"homepage": "https://github.com/tawn33y/africastalking-ts#readme",
"engines": {
"node": ">=10"
}
}