UNPKG

@balinkltd/alerter

Version:
55 lines (54 loc) 1.51 kB
{ "name": "@balinkltd/alerter", "version": "1.0.24", "description": "alerter module", "main": "lib/index.js", "types": "lib/index.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 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/npm-balink/alerter.git" }, "keywords": [ "Hello", "Greeter" ], "author": "Eitan Shalev Balink", "license": "ISC", "bugs": { "url": "https://github.com/npm-balink/alerter/issues" }, "homepage": "https://github.com/npm-balink/alerter#readme", "devDependencies": { "@types/jest": "^27.4.0", "@types/jira-client": "^7.1.4", "@types/nodemailer": "^6.4.4", "jest": "^27.4.7", "prettier": "^2.5.1", "ts-jest": "^27.1.3", "tslint": "^6.1.3", "tslint-config-prettier": "^1.18.0", "typescript": "^4.5.5" }, "files": [ "lib/**/*" ], "publishConfig": { "access": "public" }, "dependencies": { "jira-client": "^8.0.0", "nodemailer": "^6.7.2", "trello-node-api": "^0.0.9" } }