-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.57 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.57 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
40
41
{
"private": true,
"name": "docker-stash",
"version": "0.5.7",
"description": "A collection of strange functions, for development",
"author": "dr-js",
"license": "MIT",
"repository": "github:dr-js/docker-stash",
"scripts": {
"// repo ===================": "",
"version-bump": "dr-dev --version-bump-git-branch --git-commit --debug",
"tag-push": "dr-dev --version-bump-push-check --git-commit",
"// build ==================": "",
"build-debian13": "node source/debian13/build.js",
"build-debian13-core": "node source/debian13/build-core.js",
"build-debian13-layer": "node source/debian13/build-layer.js slim-mysql80",
"// push ===================": "",
"push-debian13-all": "node source/debian13/push.js ALL",
"push-debian13-manifest-all": "node source/debian13/push-manifest.js ALL",
"// docker =================": "",
"docker-pre-pull-buildkit": "sudo docker image pull \"$(node -p \"require('./source/function.js').BUILDKIT_SYNTAX\")\"",
"docker-prune": "node source/docker-prune.js",
"docker-ls": "node source/docker-ls.js",
"// tooling ================": "",
"lint": "biome lint",
"// ========================": "",
"fix-script-filemode": "bash -c '(shopt -s globstar && chmod --changes +x source/**/*.sh && ls -al source/**/*.sh)'",
"prepack": "echo \"Error: do not pack this package\" && exit 1"
},
"engines": {
"node": ">=24",
"npm": ">=11"
},
"devDependencies": {
"@dr-js/core": "^0.5.17",
"@dr-js/dev": "^0.5.14"
},
"optionalDependencies": {
"@biomejs/biome": "^2.4.7"
}
}