UNPKG

hoover-washer-status-check

Version:
54 lines (53 loc) 1.38 kB
{ "version": "1.4.0", "name": "hoover-washer-status-check", "homepage": "https://github.com/jindrichsamec/hoover-washer-status-check#readme", "bin": { "hoover-washer-status-check": "./dist/index.js" }, "repository": { "type": "git", "url": "https://github.com/jindrichsamec/hoover-washer-status-check" }, "bugs": "https://github.com/jindrichsamec/hoover-washer-status-check/issues", "keywords": [ "hoover", "washer" ], "main": "dist/index.js", "license": "SEE LICENSE IN ./LICENSE", "author": "Jindrich Samec<jindrich.samec@xjs.cz> (https://xjs.cz/)", "dependencies": { "airtable": "^0.7.2", "debug": "^4.1.1", "dotenv": "^8.2.0", "mysql": "^2.18.1", "node-fetch": "^2.6.0", "sheets-api": "^1.0.8", "yup": "^0.28.0" }, "scripts": { "build": "tsc", "clear": "rm -rf dist/*", "test": "echo \"no tests :(\"", "start:dev": "ts-node src/index.ts" }, "devDependencies": { "@types/airtable": "^0.5.6", "@types/debug": "^4.1.5", "@types/mysql": "^2.15.15", "@types/node": "^13.1.4", "@types/node-fetch": "^2.5.3", "@types/yup": "^0.26.27", "husky": "^3.1.0", "prettier": "^1.19.1", "pretty-quick": "^2.0.1", "ts-node": "^8.4.1", "typescript": "^3.7.2" }, "husky": { "hooks": { "pre-commit": "pretty-quick --staged" } } }