UNPKG

paposms

Version:

Biblioteca para utilizar os serviços da PapoSMS

49 lines (48 loc) 1.41 kB
{ "name": "paposms", "version": "1.0.4", "description": "Biblioteca para utilizar os serviços da PapoSMS", "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "tsc", "format": "prettier --write \"src/**/*.ts\"", "lint": "tslint -p tsconfig.json", "prepare": "npm run build", "prepublishOnly": "npm run lint", "preversion": "npm run lint", "version": "npm run format && git add .", "postpublish": "PACKAGE_VERSION=$(cat package.json | grep \\\"version\\\" | head -1 | awk -F: '{ print $2 }' | sed 's/[\",]//g' | tr -d '[[:space:]]') && git tag v$PACKAGE_VERSION && git push --tags" }, "bundleDependencies": false, "repository": { "type": "git", "url": "https://github.com/vitorbg2/paposms.git" }, "keywords": [ "paposms", "sms", "texto", "mensagem" ], "files": [ "lib/**/*" ], "author": "Vitor Mendonça Cunha", "license": "MIT", "dependencies": { "axios": "^0.19.2", "qs": "^6.9.3" }, "devDependencies": { "prettier": "^2.0.2", "tslint": "^6.1.1", "tslint-config-prettier": "^1.18.0", "typescript": "^3.8.3" }, "bugs": { "url": "https://github.com/vitorbg2/paposms/issues" }, "homepage": "https://github.com/vitorbg2/paposms/blob/master/README.md" }