geezsms
Version:
GeezSMS Typscript wrapper.
52 lines (51 loc) • 1.35 kB
JSON
{
"name": "geezsms",
"version": "1.0.2",
"description": "GeezSMS Typscript wrapper.",
"main": "lib/geezsms.js",
"types": "lib/geezsms.d.ts",
"scripts": {
"test": "jest --config jestconfig.json",
"build": "tsc",
"format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
"lint": "tslint -p tsconfig.json",
"prepare": "npm run build",
"prepublishOnly": "npm test && npm run lint",
"preversion": "npm run lint",
"version": "npm run format && git add -A src",
"postversion": "git push && git push --tags"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aquilaict/geez-js-sdk.git"
},
"keywords": [
"geezsms",
"sms",
"bulk sms",
"api",
"ethiopia"
],
"author": "GeezSMS <dev@geezsms.org>",
"license": "ISC",
"bugs": {
"url": "https://github.com/GeezSMS-net/typescript-sdk/issues"
},
"homepage": "https://github.com/GeezSMS-net/typescript-sdk#readme",
"devDependencies": {
"@types/jest": "^28.1.0",
"jest": "^28.1.0",
"prettier": "^2.6.2",
"ts-jest": "^28.0.3",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
"typescript": "^4.7.2"
},
"files": [
"lib/**/*"
],
"dependencies": {
"axios": "^0.27.2",
"dotenv": "^16.4.5"
}
}