onesky-sync
Version:
OneSky CLI wrapper over onesky-utils
41 lines (40 loc) • 807 B
JSON
{
"name": "onesky-sync",
"version": "2.0.1",
"description": "OneSky CLI wrapper over onesky-utils",
"main": "index.js",
"bin": "cli.js",
"scripts": {
"format": "prettier --write *"
},
"author": {
"name": "Pavel Frankov",
"email": "pavel@frankov.ru"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/pfrankov/onesky-sync.git"
},
"bugs": {
"url": "https://github.com/pfrankov/onesky-sync/issues"
},
"keywords": [
"onesky",
"translations",
"onesky-utils",
"onesky-cli",
"cli",
"i18n"
],
"dependencies": {
"@brainly/onesky-utils": "^1.3.0",
"chalk": "^2.3.2",
"fs-extra": "^5.0.0",
"meow": "^4.0.0",
"ora": "^2.0.0"
},
"devDependencies": {
"prettier": "^1.11.1"
}
}