-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.63 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "master-images",
"version": "3.4.0",
"description": "Build, tag, list & push docker images and push to docker registry.",
"files": [
"dist",
"data"
],
"author": {
"name": "Peter Placzek",
"url": "https://github.com/tada5hi"
},
"scripts": {
"build": "rm -rf ./dist && tsc",
"cli": "node dist/index.js",
"cli-dev": "ts-node src/index.ts",
"lint": "eslint --ext .ts,.vue,.js ./src/",
"lint:fix": "npm run lint -- --fix"
},
"keywords": [
"pht",
"train",
"master-image",
"docker",
"image-scan"
],
"bin": "dist/index.js",
"license": "MIT",
"dependencies": {
"@routup/body": "^1.0.1",
"@tada5hi/semantic-release": "^0.2.0",
"@tada5hi/tsconfig": "^0.5.0",
"cac": "^6.7.14",
"consola": "^3.2.3",
"continu": "^1.3.2",
"cross-spawn": "^7.0.3",
"docker-scan": "^1.1.0",
"dockerode": "^3.3.5",
"dotenv": "^16.3.1",
"get-port-please": "^3.1.1",
"locter": "^1.2.1",
"routup": "^1.0.2",
"semantic-release": "^21.1.1",
"semver": "^7.5.4",
"smob": "^1.4.0",
"tar-fs": "^3.0.4",
"ts-node": "^10.9.1",
"zod": "^3.22.2"
},
"devDependencies": {
"@tada5hi/eslint-config-typescript": "^1.2.3",
"@types/cross-spawn": "^6.0.2",
"@types/dockerode": "^3.3.19",
"@types/node": "^20.4.4",
"@types/semver": "^7.5.1",
"@types/tar-fs": "^2.0.1",
"eslint": "^8.48.0",
"typescript": "^5.2.2"
}
}