-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.02 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
{
"name": "@drewpackages/host-common",
"version": "1.2.1",
"description": "",
"types": "./out/index.d.ts",
"type": "module",
"exports": {
"import": "./out/index.mjs",
"require": "./out/index.cjs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rimraf out && rollup -c"
},
"files": [
"out",
"README.md"
],
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@drewpackages/engine": "^0.4.0",
"dockerode": "^4.0.2",
"fs-extra": "^11.2.0",
"is-buffer": "^2.0.5",
"memory-streams": "^0.1.3",
"simple-git": "^3.25.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^26.0.1",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.6",
"@types/dockerode": "^3.3.31",
"@types/fs-extra": "^11.0.4",
"rimraf": "^6.0.1",
"rollup": "^4.20.0",
"ssh2": "^1.15.0"
}
}