mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 07:37:39 +00:00
39 lines
936 B
JSON
39 lines
936 B
JSON
{
|
|
"name": "nvidia-snatcher",
|
|
"version": "1.0.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"
|
|
},
|
|
"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",
|
|
"nodemailer": "^6.4.11",
|
|
"open": "^7.2.1",
|
|
"puppeteer": "^5.3.0",
|
|
"winston": "^3.3.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^14.11.1",
|
|
"@types/nodemailer": "^6.4.0",
|
|
"@types/puppeteer": "^3.0.2",
|
|
"rimraf": "^3.0.2",
|
|
"typescript": "^4.0.2",
|
|
"xo": "^0.33.1"
|
|
}
|
|
}
|