{ "name": "src", "type": "module", "version": "1.0.0", "description": "", "main": "app.ts", "scripts": { "start": "tsc-watch --onSuccess \"node ./dist/src/app.js\"", }, "keywords": [], "author": "", "license": "ISC", "devDependencies": { "@sucrase/jest-plugin": "^2.0.0", "@types/cheerio": "^0.22.21", "@types/global-agent": "^2.1.0", "@types/google-spreadsheet": "^3.0.0", "@types/got": "^9.6.11", "@types/jest": "^26.0.4", "@types/lodash": "^4.14.157", "@types/luxon": "^1.24.1", "@types/pollyjs__adapter": "^4.3.0", "@types/pollyjs__core": "^4.3.0", "@types/pollyjs__persister": "^4.3.0", "@types/pollyjs__utils": "^2.6.0", "@types/tough-cookie": "^4.0.0", "@typescript-eslint/eslint-plugin": "^3.6.0", "@typescript-eslint/parser": "^3.6.0", "eslint": "^7.4.0", "eslint-config-airbnb-typescript": "^8.0.2", "eslint-config-prettier": "^6.11.0", "eslint-plugin-eslint-comments": "^3.2.0", "eslint-plugin-import": "^2.22.0", "eslint-plugin-jest": "^23.18.0", "eslint-plugin-jest-formatting": "^2.0.0", "eslint-plugin-jsx-a11y": "^6.3.1", "eslint-plugin-node": "^11.1.0", "eslint-plugin-prettier": "^3.1.4", "eslint-plugin-promise": "^4.2.1", "eslint-plugin-react": "^7.20.3", "eslint-plugin-react-hooks": "^4.0.7", "fast-check": "^1.26.0", "jest": "^26.1.0", "moq.ts": "^6.4.0", "nodemon": "^2.0.4", "npm-run-all": "^4.1.5", "prettier": "^2.0.5", "sucrase": "^3.15.0", "ts-jest": "^26.1.2", "ts-node": "^8.10.2", "tsc-watch": "^4.2.9", "typescript": "^3.9.6" }, "dependencies": { "cheerio": "^1.0.0-rc.3", "global-agent": "^2.1.12", "google-spreadsheet": "^3.0.11", "got": "^11.5.0", "lodash": "^4.17.19", "luxon": "^1.24.1", "polly-js": "^1.6.7", "tough-cookie": "^4.0.0" } }