mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 05:17:35 +00:00
050fd9faf6
Bumps [nodemailer](https://github.com/nodemailer/nodemailer) from 6.4.14 to 6.4.15. - [Release notes](https://github.com/nodemailer/nodemailer/releases) - [Changelog](https://github.com/nodemailer/nodemailer/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodemailer/nodemailer/compare/v6.4.14...v6.4.15) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
85 lines
2.3 KiB
JSON
85 lines
2.3 KiB
JSON
{
|
|
"name": "streetmerchant",
|
|
"description": "🔮 For all your Nvidia needs",
|
|
"main": "src/index.ts",
|
|
"scripts": {
|
|
"all": "npm run build && npm run lint",
|
|
"build": "tsc",
|
|
"lint": "xo",
|
|
"lint:fix": "xo --fix",
|
|
"start": "npm run build && node build/index.js",
|
|
"start:dev": "nodemon --config nodemon.json",
|
|
"start:production": "node build/index.js",
|
|
"test:notification": "npm run build && node build/__test__/notification-test.js",
|
|
"test:notification:production": "node build/__test__/notification-test.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/jef/streetmerchant.git"
|
|
},
|
|
"keywords": [],
|
|
"author": "jef",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/jef/streetmerchant/issues"
|
|
},
|
|
"homepage": "https://github.com/jef/streetmerchant#readme",
|
|
"dependencies": {
|
|
"@jef/pushbullet": "^2.4.3",
|
|
"@slack/web-api": "^5.13.0",
|
|
"chalk": "^4.1.0",
|
|
"cheerio": "^1.0.0-rc.3",
|
|
"discord-webhook-node": "^1.1.8",
|
|
"dotenv": "^8.2.0",
|
|
"messaging-api-telegram": "^1.0.1",
|
|
"mqtt": "^4.2.4",
|
|
"node-fetch": "^2.6.1",
|
|
"node-hue-api": "^4.0.9",
|
|
"node-notifier": "^8.0.0",
|
|
"node-pagerduty": "^1.3.5",
|
|
"nodemailer": "^6.4.15",
|
|
"open": "^7.3.0",
|
|
"play-sound": "^1.1.3",
|
|
"puppeteer": "^5.4.1",
|
|
"puppeteer-extra": "^3.1.15",
|
|
"puppeteer-extra-plugin-adblocker": "^2.11.8",
|
|
"puppeteer-extra-plugin-block-resources": "^2.2.7",
|
|
"puppeteer-extra-plugin-stealth": "^2.6.5",
|
|
"pushover-notifications": "^1.2.2",
|
|
"twilio": "^3.51.0",
|
|
"twitch": "^4.2.7",
|
|
"twitch-auth": "^4.2.7",
|
|
"twitch-chat-client": "^4.2.7",
|
|
"twitter": "^1.7.1",
|
|
"winston": "^3.3.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/async": "^3.2.3",
|
|
"@types/cheerio": "^0.22.22",
|
|
"@types/node": "^14.14.6",
|
|
"@types/node-fetch": "^2.5.7",
|
|
"@types/node-notifier": "^8.0.0",
|
|
"@types/nodemailer": "^6.4.0",
|
|
"@types/puppeteer": "^3.0.4",
|
|
"@types/twitter": "^1.7.0",
|
|
"husky": "^4.3.0",
|
|
"nodemon": "^2.0.6",
|
|
"ts-node": "^9.0.0",
|
|
"typescript": "^4.0.5",
|
|
"webpack": "^5.4.0",
|
|
"xo": "^0.33.1"
|
|
},
|
|
"xo": {
|
|
"rules": {
|
|
"sort-imports": "error",
|
|
"sort-keys": "error",
|
|
"sort-vars": "error"
|
|
}
|
|
},
|
|
"husky": {
|
|
"hooks": {
|
|
"pre-commit": "npm run all"
|
|
}
|
|
}
|
|
}
|