-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 967 Bytes
/
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
{
"name": "@balena/balena-io-renovate-config",
"version": "2.8.3",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/balena-io/renovate-config.git"
},
"description": "Shared renovate configuration and GitHub Action",
"scripts": {
"build": "node build && npm run lint:fix",
"test": "npm run test:hooks && renovate-config-validator default.json",
"test:hooks": "npm run build && git diff --exit-code default.json",
"lint:fix": "prettier --write default.json",
"prepare": "node -e \"try { (await import('husky')).default() } catch (e) { if (e.code !== 'ERR_MODULE_NOT_FOUND') throw e }\" --input-type module"
},
"author": "Balena.io. <[email protected]>",
"license": "Apache-2.0",
"devDependencies": {
"husky": "^9.0.11",
"prettier": "^3.2.5",
"renovate": "^39.0.0"
},
"engines": {
"node": ">=18.12.0"
},
"versionist": {
"publishedAt": "2024-12-30T16:40:13.048Z"
}
}