-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 1.1 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
{
"name": "autohupr",
"version": "0.1.4",
"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 <[email protected]",
"license": "Apache-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": "~15.59.2",
"ms": "3.0.0-canary.1"
},
"devDependencies": {
"@balena/lint": "^6.1.1",
"husky": "^7.0.4",
"lint-staged": "^11.2.6",
"rimraf": "^3.0.2",
"ts-node": "^9.1.1",
"typescript": "^4.2.4"
},
"versionist": {
"publishedAt": "2023-03-22T01:37:58.540Z"
}
}