-
Notifications
You must be signed in to change notification settings - Fork 453
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.32 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.32 KB
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
{
"name": "balena-docs",
"private": true,
"version": "6.13.6",
"engines": {
"node": "^24.0.0"
},
"description": "This repo contains balenaCloud's public-facing documentation.",
"main": "index.js",
"scripts": {
"test": "npm run sync-external -- --dry-run && npm run renovate:validate",
"sync-external": "node tools/sync-external.js",
"generate-playground-and-resources": "node tools/generate-playground-and-resources.js",
"generate-device-specific-content": "node tools/generate-device-specific-content.js",
"generate-cloud-iot": "node tools/generate-cloud-iot.js",
"prepare": "node -e \"try { (await import('husky')).default() } catch (e) { if (e.code !== 'ERR_MODULE_NOT_FOUND') throw e }\" --input-type module",
"renovate:validate": "renovate-config-validator .github/renovate.json"
},
"repository": {
"type": "git",
"url": "git://github.com/balena-io/docs.git"
},
"author": "balena <hello@balena.io>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/balena-io/docs/issues"
},
"homepage": "https://github.com/balena-io/docs",
"devDependencies": {
"balena-sdk": "^23.0.2",
"handlebars": "^4.7.8",
"husky": "^9.1.7",
"js-yaml": "^4.1.1",
"renovate": "^43.89.1"
},
"versionist": {
"publishedAt": "2026-01-19T09:56:20.015Z"
}
}