chore: organization and pipeline (#3)

* 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>
This commit is contained in:
Jef LeCompte
2020-09-17 21:04:09 -04:00
committed by GitHub
parent dcfc03cdc8
commit c07662a435
12 changed files with 207 additions and 2 deletions
+25
View File
@@ -0,0 +1,25 @@
{
"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"
}
}