Initial SolarEdge Optimizer Home Assistant App
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"name": "@solar-dash/solaredgeapi",
|
||||
"version": "1.0.0",
|
||||
"private": true,
|
||||
"main": "./src/index.ts",
|
||||
"types": "./src/index.ts",
|
||||
"exports": {
|
||||
".": "./src/index.ts"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "bun test src",
|
||||
"typecheck": "tsc --noEmit"
|
||||
},
|
||||
"dependencies": {
|
||||
"tough-cookie": "^4.1.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/tough-cookie": "^4.0.5",
|
||||
"bun-types": "^1.3.14",
|
||||
"typescript": "~6.0.3"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user