africastalking
Version:
Official AfricasTalking node.js API wrapper
71 lines • 1.53 kB
JSON
{
"name": "africastalking",
"version": "0.8.0",
"description": "Official AfricasTalking node.js API wrapper",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/AfricasTalkingLtd/africastalking-node.js"
},
"keywords": [
"africastalking",
"sms",
"ussd",
"voice",
"whatsapp",
"payments",
"airtime",
"mobile_data"
],
"author": "Africa's Talking",
"license": "MIT",
"bugs": {
"url": "https://github.com/AfricasTalkingLtd/africastalking-node.js/issues"
},
"homepage": "https://github.com/AfricasTalkingLtd/africastalking-node.js#readme",
"engines": {
"node": ">=18",
"pnpm": ">=10.33.0",
"npm": ">=11.12.1"
},
"devEngines": {
"packageManager": {
"name": "pnpm",
"onFail": "warn"
}
},
"standard": {
"ignore": [
"/example"
],
"globals": [
"it",
"describe",
"before",
"after",
"context",
"beforeEach",
"afterEach"
]
},
"dependencies": {
"axios": "1.15.0",
"google-libphonenumber": "3.2.44",
"joi": "18.1.2",
"lodash": "4.18.1"
},
"devDependencies": {
"express": "5.2.1",
"mocha": "11.7.5",
"nock": "14.0.12",
"nyc": "18.0.0",
"should": "13.2.3",
"standard": "17.1.2",
"supertest": "7.2.2"
},
"scripts": {
"test": "standard && nyc mocha ./test --exit --recursive",
"test-windows": "standard && nyc node_modules/mocha/bin/_mocha ./test",
"lint": "standard --fix"
}
}