timeld-cli
Version:
Live shared timesheets command interface
49 lines (48 loc) • 1.21 kB
JSON
{
"name": "timeld-cli",
"version": "0.1.8",
"description": "Live shared timesheets command interface",
"main": "index.mjs",
"bin": {
"timeld": "./index.mjs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/m-ld/timeld.git"
},
"keywords": [
"timesheets",
"m-ld"
],
"author": "George Svarovsky",
"license": "MIT",
"bugs": {
"url": "https://github.com/m-ld/timeld/issues"
},
"homepage": "https://github.com/m-ld/timeld/tree/main/packages/cli#readme",
"dependencies": {
"@m-ld/io-web-runtime": "^0.2.2-2",
"@m-ld/m-ld": "^0.8.2",
"@m-ld/m-ld-cli": "0.1.0-1",
"@zeit/fetch": "^6.0.0",
"chrono-node": "^2.3.9",
"cryptr": "^6.0.3",
"humanize-duration": "^3.27.2",
"json-stringify-pretty-compact": "^4.0.0",
"ndjson": "^2.0.0",
"parse-duration": "^1.0.2",
"rx-flowable": "^0.1.2",
"rxjs": "^7.5.6",
"simple-peer": "^9.11.1",
"socket.io-client": "^4.5.1",
"timeago.js": "^4.0.2",
"timeld-common": "^0.1.7",
"validator": "^13.7.0"
},
"devDependencies": {
"@types/cryptr": "^4.0.1",
"@types/validator": "^13.7.5",
"memdown": "^6.1.1",
"tmp": "^0.2.1"
}
}