UNPKG

smsorange

Version:

A Node.js module for send sms with bundle Orange. (With developper orange account)

61 lines (60 loc) 1.53 kB
{ "name": "smsorange", "version": "2.0.6", "description": "A Node.js module for send sms with bundle Orange. (With developper orange account)", "main": "lib/index.js", "types": "lib/index.d.ts", "repository": { "type": "git", "url": "https://github.com/rochelryu/orangeSms.git" }, "files": [ "lib/**/*" ], "keywords": [ "ORANGE", "SMS", "API", "AVAILABLE AFRICA", "AVAILABLE FRANCE", "TYPESCRIPT", "JAVASCRIPT" ], "author": "rochel225", "readme": "# A Node.js module for send sms with bundle Orange.", "readmeFilename": "README.md", "license": "ISC", "engines": { "node": "*" }, "bugs": { "url": "https://github.com/rochelryu/orangeSms/issues", "email": "core.irie@gmail.com" }, "homepage": "https://github.com/rochelryu/orangeSms", "scripts": { "test": "jest --config jestconfig.json", "format": "prettier --write \"src/**/*.ts\"", "lint": "tslint -p tsconfig.json", "build": "tsc", "prepare": "npm run build", "prepublishOnly" : "npm run lint", "preversion" : "npm run lint", "version" : "npm run format && git add -A src", "postversion" : "git push && git push --tags" }, "private": false, "engineStrict": true, "devDependencies": { "@types/jest": "^29.5.14", "jest": "^29.7.0", "prettier": "^3.3.3", "ts-jest": "^29.2.5", "tslint": "^6.1.3", "tslint-config-prettier": "^1.18.0", "typescript": "^5.6.3" }, "dependencies": { "axios": "^1.7.7" } }