timeld-common
Version:
timeld library
57 lines (56 loc) • 1.16 kB
JSON
{
"name": "timeld-common",
"version": "0.1.7",
"description": "timeld library",
"type": "module",
"main": "index.mjs",
"scripts": {
"ver": "echo $npm_package_version"
},
"repository": {
"type": "git",
"url": "git+https://github.com/m-ld/timeld.git"
},
"keywords": [
"m-ld",
"timesheets"
],
"author": "m-ld.io Ltd.",
"license": "MIT",
"bugs": {
"url": "https://github.com/m-ld/timeld/issues"
},
"homepage": "https://github.com/m-ld/timeld#readme",
"dependencies": {
"@m-ld/io-web-runtime": "^0.2.2-2",
"@m-ld/m-ld": "^0.8.2",
"dotenv": "^16.0.1",
"env-paths": "^3.0.0",
"leveldown": "^6.1.1",
"rx-flowable": "^0.1.2",
"rxjs": "^7.5.6",
"yargs": "^17.5.1",
"validator": "^13.7.0"
},
"devDependencies": {
"@types/yargs": "^17.0.11",
"jtd": "^0.1.1",
"tmp": "^0.2.1"
},
"peerDependencies": {
"ably": "1",
"socket.io": "4",
"socket.io-client": "4"
},
"peerDependenciesMeta": {
"ably": {
"optional": true
},
"socket.io": {
"optional": true
},
"socket.io-client": {
"optional": true
}
}
}