UNPKG

tesla-fleet-api

Version:

A library for the [Tesla Fleet API](https://developer.tesla.com/docs/fleet-api), and the third parties services [Teslemetry](https://teslemetry.com/docs/getting-started/api) and [Tessie](https://developer.tessie.com/docs/tesla-api-comparison), which provi

31 lines (30 loc) 607 B
{ "name": "tesla-fleet-api", "version": "0.2.0", "author": { "name": "Teslemetry", "email": "hello@teslemetry.com", "url": "https://teslemetry.com" }, "type": "module", "devDependencies": { "@types/node": "^20.12.12", "typescript": "^5.4.5" }, "scripts": { "prepare": "tsc", "watch": "tsc -w" }, "files": [ "dist", "src" ], "keywords": [ "tesla", "tesla fleet api", "teslemetry", "tessie" ], "main": "dist/index.js", "license": "Apache-2.0" }