-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 932 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 932 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "ultra-card-pro-cloud",
"version": "1.7.1",
"description": "Home Assistant integration for Ultra Card Connect — sidebar and Pro authentication",
"main": "deploy.js",
"scripts": {
"build": "node build.js",
"build:release": "node build.js --release",
"build:deploy": "npm run build && npm run deploy",
"deploy": "node deploy.js",
"version:update": "node update-version.js",
"version:check": "node scripts/check-versions.js",
"docs:sync": "node scripts/sync-wiki-docs.js",
"docs:check": "node scripts/check-docs-bundle.js",
"panel:check": "node scripts/check-panel-bundle.js",
"release": "npm run build:release"
},
"keywords": [
"homeassistant",
"integration",
"ultra-card",
"authentication"
],
"author": "WJD Designs",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/WJDDesigns/ultra-card-connect.git"
}
}