UNPKG

cabdriver

Version:

Helps you to fill in your hours with taxi

101 lines (100 loc) 2.38 kB
{ "name": "cabdriver", "version": "4.0.1", "description": "Helps you to fill in your hours with taxi", "main": "cabdriver.js", "scripts": { "test": "node_modules/.bin/nyc node_modules/mocha/bin/mocha", "coverage": "node_modules/.bin/nyc report --reporter=text-lcov | coveralls", "lint": "eslint './**/*.js'" }, "preferGlobal": true, "engines": { "node": ">=12.0.0" }, "bin": { "cabdriver": "cabdriver.js", "cabdriver-fetch": "cabdriver-fetch.js", "cabdriver-sheet": "cabdriver-sheet.js", "cab": "cabdriver.js", "cab-fetch": "cabdriver-fetch.js", "cab-sheet": "cabdriver-sheet.js" }, "repository": { "type": "git", "url": "https://github.com/metaodi/cabdriver" }, "keywords": [ "taxi", "zebra", "hours", "slack", "jira", "mail", "calendar", "git", "gitlab", "github", "logbot", "tks" ], "author": "Stefan Oderbolz <odi@metaodi.ch> (http://metaodi.ch/)", "license": "MIT", "bugs": { "url": "https://github.com/metaodi/cabdriver/issues" }, "homepage": "https://github.com/metaodi/cabdriver", "dependencies": { "@octokit/rest": "^18.0.12", "async": "^3.2.0", "bluebird": "^3.7.2", "cli-pie": "^2.4.2", "commander": "^6.2.0", "findit2": "^2.2.3", "fs-extra": "^9.0.1", "git-config": "0.0.7", "gitlog": "^4.0.3", "google-auth-library": "^6.1.3", "googleapis": "^66.0.0", "jira-client": "^6.21.1", "js-yaml": "^3.14.0", "lodash": "^4.17.20", "moment": "^2.29.1", "moment-timezone": "^0.5.32", "oauth": "^0.9.15", "pad": "^3.2.0", "persistent-cache": "^1.1.1", "promise-async": "^0.2.0", "prompt-promise": "^1.0.3", "request": "^2.88.2", "semantic-date": "^0.2.1", "slack-api": "^0.1.14", "superagent": "^6.1.0" }, "devDependencies": { "blanket": "^1.2.3", "chai": "^4.2.0", "command-line-test": "^1.0.10", "coveralls": "^3.1.0", "eslint": "^7.14.0", "mocha": "~8.2.1", "mocha-lcov-reporter": "^1.3.0", "mock-fs": "^4.13.0", "nock": "^13.0.5", "nyc": "^15.1.0", "sinon": "^9.2.1", "std-mocks": "^1.0.1", "timekeeper": "^2.2.0" }, "config": { "blanket": { "pattern": [ "" ], "data-cover-never": [ "node_modules", "test" ] } } }