timetracker-npm-import
Version:
__timetracker-npm-import__ is a Node.js CLI for importing worklogs(csv/excel) to 7pace Timetracker
46 lines (45 loc) • 1.2 kB
JSON
{
"name": "timetracker-npm-import",
"version": "1.0.13",
"description": "",
"main": "./lib/index.js",
"bin": {
"import-worklogs": "./lib/index.js"
},
"scripts": {
"start": "nodemon --watch 'src/**/*.ts' --exec \"ts-node\" src/index.ts",
"create": "npm run build && npm run test",
"build": "tsc -p .",
"test": "npm i -g && import-worklogs",
"refresh": "rm -rf ./node_modules ./package-lock.json && npm install"
},
"keywords": [
"timetracker",
"7pace"
],
"repository": {
"type": "git",
"url": "git+https://github.com/7pace/timetracker-npm-import"
},
"author": "7pace",
"license": "MIT",
"bugs": {
"url": "https://github.com/7pace/timetracker-npm-import/issues"
},
"homepage": "https://github.com/7pace/timetracker-npm-import/blob/main/README.md",
"dependencies": {
"axios": "0.19.0",
"colors": "1.3.3",
"commander": "3.0.1",
"httpntlm": "1.7.6",
"inversify": "5.0.1",
"reflect-metadata": "0.1.13",
"xlsx": "0.15.1"
},
"devDependencies": {
"@types/node": "12.7.4",
"nodemon": "1.19.2",
"ts-node": "8.3.0",
"typescript": "3.6.3"
}
}