mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 08:47:43 +00:00
14c36bebe7
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jef LeCompte <jeffreylec@gmail.com>
51 lines
1.4 KiB
JSON
51 lines
1.4 KiB
JSON
{
|
|
"name": "nvidia-snatcher",
|
|
"version": "1.4.0",
|
|
"description": "🔮 For all your Nvidia needs",
|
|
"main": "src/index.ts",
|
|
"scripts": {
|
|
"build": "rimraf ./build && tsc",
|
|
"lint": "xo",
|
|
"lint:fix": "xo --fix",
|
|
"start": "npm run build && node build/index.js",
|
|
"test:notification": "npm run build && node build/__test__/notification-test.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/jef/nvidia-snatcher.git"
|
|
},
|
|
"keywords": [],
|
|
"author": "jef",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/jef/nvidia-snatcher/issues"
|
|
},
|
|
"homepage": "https://github.com/jef/nvidia-snatcher#readme",
|
|
"dependencies": {
|
|
"dotenv": "^8.2.0",
|
|
"messaging-api-telegram": "^1.0.1",
|
|
"node-notifier": "^8.0.0",
|
|
"nodemailer": "^6.4.11",
|
|
"open": "^7.2.1",
|
|
"puppeteer": "^5.3.0",
|
|
"puppeteer-extra": "^3.1.15",
|
|
"puppeteer-extra-plugin-adblocker": "^2.11.6",
|
|
"puppeteer-extra-plugin-stealth": "^2.6.1",
|
|
"pushover-notifications": "^1.2.2",
|
|
"winston": "^3.3.3"
|
|
},
|
|
"devDependencies": {
|
|
"@slack/web-api": "^5.12.0",
|
|
"@types/async": "^3.2.3",
|
|
"@types/node": "^14.11.2",
|
|
"@types/nodemailer": "^6.4.0",
|
|
"@types/puppeteer": "^3.0.2",
|
|
"@types/node-notifier": "^8.0.0",
|
|
"play-sound": "^1.1.3",
|
|
"rimraf": "^3.0.2",
|
|
"typescript": "^4.0.2",
|
|
"xo": "^0.33.1",
|
|
"discord-webhook-node": "^1.1.8"
|
|
}
|
|
}
|