-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 1.14 KB
/
package.json
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
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "autohupr",
"version": "0.1.5",
"description": "Automatically keep your balenaOS host release up-to-date with this block!",
"main": "build/main.js",
"private": true,
"scripts": {
"clean": "rimraf build",
"build": "npm run clean && tsc",
"lint": "balena-lint src",
"lint-fix": "balena-lint --fix src",
"test": "npm run lint && npm run build",
"prepack": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/balena-io-playground/balenahup-block.git"
},
"author": "Kyle Harding <kyle@balena.io",
"license": "Apache-2.0",
"engines": {
"node": "^22.2.0"
},
"bugs": {
"url": "https://github.com/balena-io-playground/balenahup-block/issues"
},
"homepage": "https://github.com/balena-io-playground/balenahup-block#readme",
"dependencies": {
"balena-sdk": "^20.8.0",
"ms": "3.0.0-canary.1"
},
"devDependencies": {
"@balena/lint": "^9.1.3",
"husky": "^9.1.7",
"lint-staged": "^15.2.11",
"rimraf": "^6.0.1",
"ts-node": "^10.9.2",
"typescript": "^5.7.2"
},
"versionist": {
"publishedAt": "2025-01-18T15:32:11.904Z"
}
}