mirror of
https://github.com/Koenkk/zigbee-OTA.git
synced 2026-06-24 17:05:45 +00:00
65 lines
1.7 KiB
JSON
65 lines
1.7 KiB
JSON
{
|
|
"name": "zigbee-ota",
|
|
"version": "1.2.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Koenkk/zigbee-OTA.git"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.0.0"
|
|
},
|
|
"type": "module",
|
|
"packageManager": "pnpm@10.12.1",
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"clean": "rm -rf dist coverage *.tsbuildinfo",
|
|
"start": "node ./dist/index.js",
|
|
"check": "biome check",
|
|
"check:w": "biome check --write",
|
|
"test": "vitest run --config ./tests/vitest.config.mts",
|
|
"test:coverage": "vitest run --config ./tests/vitest.config.mts --coverage",
|
|
"test:watch": "vitest watch --config ./tests/vitest.config.mts"
|
|
},
|
|
"keywords": [
|
|
"zigbee",
|
|
"OTA",
|
|
"over-the-air",
|
|
"zigbee-update"
|
|
],
|
|
"author": {
|
|
"name": "Koen Kanters",
|
|
"email": "koenkanters94@gmail.com"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "Koen Kanters",
|
|
"url": "https://github.com/Koenkk"
|
|
},
|
|
{
|
|
"name": "Nerivec",
|
|
"url": "https://github.com/Nerivec"
|
|
}
|
|
],
|
|
"license": "GPL-3.0-or-later",
|
|
"description": "",
|
|
"dependencies": {
|
|
"tar": "^7.5.2"
|
|
},
|
|
"devDependencies": {
|
|
"@actions/core": "^2.0.1",
|
|
"@actions/github": "^6.0.1",
|
|
"@biomejs/biome": "^2.3.10",
|
|
"@octokit/rest": "^22.0.1",
|
|
"@types/node": "^25.0.3",
|
|
"@vitest/coverage-v8": "^3.2.4",
|
|
"typescript": "^5.9.3",
|
|
"vitest": "^3.2.4"
|
|
},
|
|
"pnpm": {
|
|
"onlyBuiltDependencies": [
|
|
"@biomejs/biome",
|
|
"esbuild"
|
|
]
|
|
}
|
|
} |