mirror of
https://github.com/zkopru-network/zkopru.git
synced 2026-01-14 00:47:53 -05:00
29 lines
693 B
JSON
29 lines
693 B
JSON
{
|
|
"name": "@zkopru/utils-docker",
|
|
"version": "2.0.0-beta.8",
|
|
"license": "GPL-3.0-or-later",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"_moduleAliases": {
|
|
"~utils-docker": "dist"
|
|
},
|
|
"scripts": {
|
|
"prebuild": "shx mkdir -p dist",
|
|
"build": "tsc --build tsconfig.build.json",
|
|
"clean": "tsc --build tsconfig.build.json --clean && shx rm -rf coverage *.log junit.xml dist && jest --clearCache",
|
|
"link-modules": "link-module-alias"
|
|
},
|
|
"dependencies": {
|
|
"docker-compose": "^0.23.5",
|
|
"js-yaml": "^3.14.0",
|
|
"node-docker-api": "^1.1.22",
|
|
"tar": "^6.0.2"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|