remarkable-cloud-js
Version:
reMarkable Cloud API for NodeJs
32 lines • 744 B
JSON
{
"name": "remarkable-cloud-js",
"version": "0.16.0",
"description": "reMarkable Cloud API for NodeJs",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hugodecasta/remarkable-cloud-js.git"
},
"keywords": [
"reMarkable",
"Cloud",
"API",
"NodeJs",
"full"
],
"author": "Hugo Castaneda",
"license": "MIT",
"bugs": {
"url": "https://github.com/hugodecasta/remarkable-cloud-js/issues"
},
"homepage": "https://github.com/hugodecasta/remarkable-cloud-js#readme",
"dependencies": {
"adm-zip": "^0.5.4",
"node-fetch": "^2.6.1",
"uuid": "^8.3.2",
"ws": "^7.4.4"
}
}