harvest-overtime
Version:
Track the overtime!
63 lines (62 loc) • 1.58 kB
JSON
{
"name": "harvest-overtime",
"version": "3.0.0",
"description": "Track the overtime!",
"keywords": [
"harvest",
"overtime",
"report",
"csv",
"export",
"convert",
"parse"
],
"repository": {
"type": "git",
"url": "git+https://github.com/flandrade/harvest-overtime.git"
},
"main": "lib/harvest-overtime.js",
"types": "lib/harvest-overtime.d.ts",
"bin": {
"harvest-overtime": "./lib/harvest-overtime.js"
},
"scripts": {
"compile": "tsc",
"lint": "eslint 'src/**/*.ts' 'test/**/*.ts'",
"prestart": "npm run compile",
"pack-publish": "npm run compile && npm publish",
"start": "node lib/harvest-overtime.js",
"test": "mocha --require ts-node/register test/**/*.test.ts"
},
"author": "Fernanda Andrade",
"license": "MIT",
"dependencies": {
"bluebird": "^3.7.2",
"chalk": "^4.1.1",
"cli-table3": "^0.6.0",
"commander": "^8.0.0",
"csv": "^5.5.0",
"csv-generate": "^3.4.0",
"csv-parse": "^4.16.0",
"date-fns": "^2.22.1",
"json2csv": "^5.0.6",
"path": "^0.12.7",
"ramda": "^0.27.1"
},
"devDependencies": {
"@types/bluebird": "^3.5.35",
"@types/chai": "^4.2.19",
"@types/json2csv": "^5.0.2",
"@types/mocha": "^8.2.2",
"@types/node": "^15.14.1",
"@types/ramda": "^0.27.42",
"@typescript-eslint/eslint-plugin": "^4.28.1",
"@typescript-eslint/parser": "^4.28.1",
"chai": "^4.3.4",
"eslint": "^7.30.0",
"mocha": "^9.0.2",
"prettier": "^2.3.2",
"ts-node": "^10.0.0",
"typescript": "^4.3.5"
}
}