@splode/obake
Version:
Check merchants for deals.
58 lines (57 loc) • 1.6 kB
JSON
{
"name": "@splode/obake",
"version": "1.0.2",
"description": "Check merchants for deals.",
"main": "src/index.ts",
"bin": {
"obake": "bin/obake.js"
},
"scripts": {
"build": "tsc",
"start": "ts-node ./src/index.ts",
"format": "prettier --ignore-path ./.gitignore --write \"./**/*.{json,js,ts}\"",
"lint": "tsc --noEmit && eslint \"./**/*.{js,ts}\"",
"lint:fix": "tsc --noEmit && eslint \"./**/*.{js,ts}\" --fix",
"test": "jest",
"prepublish": "npm run build",
"preversion": "npm run format && npm run lint"
},
"keywords": [
"automation",
"typescript",
"deals",
"merchants",
"headless-chrome",
"puppeteer"
],
"author": "Christopher Murphy",
"license": "ISC",
"dependencies": {
"axios": "^0.21.4",
"chalk": "^4.1.2",
"node-notifier": "^10.0.0",
"nodemailer": "^6.6.5",
"prettier": "^2.3.2",
"puppeteer": "^10.4.0",
"puppeteer-extra": "^3.2.3",
"puppeteer-extra-plugin-stealth": "^2.8.1",
"toml": "^3.0.0",
"ts-node": "^10.2.1",
"typescript": "^4.4.2",
"winston": "^3.3.3",
"yargs": "^17.2.1"
},
"devDependencies": {
"@types/jest": "^26.0.24",
"@types/node-notifier": "^8.0.1",
"@types/nodemailer": "^6.4.4",
"@types/yargs": "^16.0.2",
"@typescript-eslint/eslint-plugin": "^4.32.0",
"@typescript-eslint/parser": "^4.32.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"jest": "^27.2.4",
"ts-jest": "^27.0.5"
}
}