go-e-api-ts
Version:
GoE-Charger Typescript API
30 lines (29 loc) • 672 B
JSON
{
"name": "go-e-api-ts",
"version": "0.3.6",
"description": "GoE-Charger Typescript API",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yNiklas/goEjs.git"
},
"keywords": [
"goE",
"charger",
"e-mobility"
],
"author": "yNiklas <niklas@magic-computer.de>",
"license": "ISC",
"bugs": {
"url": "https://github.com/yNiklas/goEjs/issues"
},
"homepage": "https://github.com/yNiklas/goEjs#readme",
"dependencies": {
"@types/node": "^14.14.2",
"node-fetch": "^2.6.1"
}
}