mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 05:17:35 +00:00
c07662a435
* chore: organization Signed-off-by: Jef LeCompte <jeffreylec@gmail.com> * Update index.js Includes @malbert69 latest changes Co-authored-by: Ion Caza <contact@johncaza.com>
26 lines
583 B
JSON
26 lines
583 B
JSON
{
|
|
"name": "nvidia-snatcher",
|
|
"version": "1.0.0",
|
|
"description": "🔮 For all your Nvidia needs",
|
|
"main": "src/index.js",
|
|
"scripts": {
|
|
"start": "node src/index.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": {
|
|
"nodemailer": "^6.4.11",
|
|
"opn": "^6.0.0",
|
|
"puppeteer": "^5.3.0"
|
|
}
|
|
}
|