async-tesla-api
Version:
Async style api for tesla
32 lines (31 loc) • 747 B
JSON
{
"name": "async-tesla-api",
"version": "0.5.0",
"description": "Async style api for tesla",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tesla-data/async-tesla-api.git"
},
"keywords": [
"tesla"
],
"author": "Tal",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/tesla-data/async-tesla-api/issues"
},
"homepage": "https://github.com/tesla-data/async-tesla-api#readme",
"dependencies": {
"async-ws": "^0.1.1",
"axios": "^0.19.2",
"co-lodash": "^0.2.0",
"hash-util": "^0.1.0"
},
"devDependencies": {
"ws": "^7.2.5"
}
}