free-mobile-sms-api
Version:
Free Mobile SMS API - Give you a simplified way to use the official SMS API powered by Free mobile
48 lines (47 loc) • 1.22 kB
JSON
{
"name": "free-mobile-sms-api",
"description": "Free Mobile SMS API - Give you a simplified way to use the official SMS API powered by Free mobile",
"version": "2.0.1",
"homepage": "https://github.com/antoine-pous/free-mobile-sms-api",
"author": {
"name": "Antoine `Gecko` Pous",
"email": "gecko@dvp.io",
"url": "http://dvp.io/"
},
"repository": {
"type": "git",
"url": "git://github.com/antoine-pous/free-mobile-sms-api.git"
},
"bugs": {
"url": "https://github.com/antoine-pous/free-mobile-sms-api/issues"
},
"license": "SEE LICENSE IN LICENSE.md",
"main": "dist/index.js",
"dependencies": {
"axios": "^0.20.0",
"envalid": "^6.0.2",
"uuid": "^8.3.1"
},
"devDependencies": {
"@types/jest": "^26.0.14",
"@types/node": "^14.11.8",
"@types/uuid": "^8.3.0",
"codecov": "^3.8.0",
"jest": "^26.5.3",
"jest-mock-axios": "^4.2.1",
"ts-jest": "^26.4.1",
"ts-node": "^9.0.0",
"typescript": "^4.0.3"
},
"scripts": {
"test": "env FREE_MOBILE_API_USER=test FREE_MOBILE_API_PASSWORD=test jest",
"build": "tsc"
},
"keywords": [
"Free",
"Mobile",
"SMS",
"API"
],
"readmeFilename": "README.md"
}