UNPKG

@codecovevienna/gittt-cli

Version:

Tracking time with CLI into a git repository

96 lines (95 loc) 2.71 kB
{ "name": "@codecovevienna/gittt-cli", "version": "1.12.0-rc4", "description": "Tracking time with CLI into a git repository", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "start": "./node_modules/.bin/ts-node index.ts", "test": "TS_NODE_FILES=true TS_NODE_TRANSPILE_ONLY=true ./node_modules/.bin/mocha test ./test/**/*.test.ts", "test:bail": "TS_NODE_FILES=true TS_NODE_TRANSPILE_ONLY=true ./node_modules/.bin/mocha test -b ./test/**/*.test.ts", "test:ci": "./node_modules/.bin/nyc npm run test", "lint": "./node_modules/.bin/eslint . --ext .ts", "lint:fix": "npm run lint -- --fix", "codecov": "./node_modules/.bin/nyc report --reporter=text-lcov > coverage.lcov && ./node_modules/.bin/codecov", "build": "./node_modules/.bin/tsc -b tsconfig.json", "build:prod": "./node_modules/.bin/tsc -b tsconfig.prod.json" }, "bin": { "gittt": "./dist/index.js" }, "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "https://github.com/codecovevienna/gittt-cli.git" }, "bugs": { "url": "https://github.com/codecovevienna/gittt-cli/issues" }, "keywords": [ "git", "time", "tracking" ], "author": "CodeCove Vienna", "contributors": [ { "name": "eiabea", "email": "developer@eiabea.com", "url": "https://github.com/eiabea" }, { "name": "lombad", "url": "https://github.com/lombad" } ], "license": "MIT", "engines": { "node": ">=12.16.1" }, "dependencies": { "@types/chai": "^4.2.22", "@types/fs-extra": "^9.0.13", "@types/inquirer": "^8.1.3", "@types/lodash": "^4.14.176", "@types/node": "^17.0.8", "@types/papaparse": "^5.3.1", "@types/shelljs": "^0.8.9", "@types/uuid": "^8.3.1", "axios": "^0.24.0", "chai": "^4.3.4", "chalk": "^4.1.2", "client-oauth2": "^4.3.3", "commander": "^8.3.0", "csv-parser": "^3.0.0", "fs-extra": "^10.0.0", "inquirer": "^8.2.0", "lodash": "^4.17.21", "moment": "^2.29.1", "papaparse": "^5.3.1", "shelljs": "^0.8.4", "simple-git": "^2.47.0", "stream-mock": "^2.0.5", "ts-node": "^10.4.0", "typescript": "^4.4.4", "uuid": "^8.3.2", "xlsx": "^0.17.3", "yaml": "^1.10.2" }, "devDependencies": { "@types/mocha": "^9.0.0", "@types/proxyquire": "^1.3.28", "@types/sinon": "^10.0.6", "@typescript-eslint/eslint-plugin": "^5.3.0", "@typescript-eslint/parser": "^5.3.0", "codecov": "^3.8.3", "eslint": "^8.2.0", "eslint-plugin-mocha": "^10.0.3", "mocha": "^9.1.3", "nyc": "^15.1.0", "proxyquire": "^2.1.3", "sinon": "^12.0.1" } }