feat: basic cluster overview
This commit is contained in:
27
src/client/package.json
Normal file
27
src/client/package.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"name": "spore-api-client",
|
||||
"version": "1.0.0",
|
||||
"description": "JavaScript client for the SPORE Embedded System API",
|
||||
"main": "index.js",
|
||||
"type": "commonjs",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"keywords": [
|
||||
"spore",
|
||||
"api",
|
||||
"client",
|
||||
"embedded",
|
||||
"iot",
|
||||
"esp8266"
|
||||
],
|
||||
"author": "SPORE Development Team",
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">=18.0.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://git.dcentral.systems/iot/spore"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user