@wocker/ws
Version:
Docker workspace for web projects
71 lines (70 loc) • 2.11 kB
JSON
{
"name": "@wocker/ws",
"type": "commonjs",
"version": "1.0.27",
"author": "Kris Papercut <krispcut@gmail.com>",
"description": "Docker workspace for web projects",
"license": "MIT",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"keywords": [
"wocker",
"workspace",
"docker",
"devops"
],
"bin": {
"ws": "lib/main.js"
},
"homepage": "https://kearisp.github.io/wocker",
"repository": {
"type": "git",
"url": "git+https://github.com/kearisp/wocker-ws.git"
},
"bugs": {
"url": "https://github.com/kearisp/wocker-ws/issues"
},
"scripts": {
"prepublishOnly": "npm run build",
"start": "npm run watch",
"build": "tsc --project tsconfig.build.json",
"postbuild": "chmod +x ./lib/main.js",
"watch": "npm run build && tsc -w --project tsconfig.build.json",
"test": "jest --colors",
"test-watch": "jest --colors --watchAll",
"make-coverage-badge": "make-coverage-badge"
},
"dependencies": {
"@wocker/core": "1.0.27",
"@wocker/docker-module": "^0.0.1",
"@wocker/utils": "^2.0.6",
"async-mutex": "^0.4.0",
"axios": "^1.6.7",
"child_process": "^1.0.2",
"cli-table3": "^0.6.2",
"docker-compose": "^1.2.0",
"dockerode": "^4.0.2",
"keytar": "^7.9.0",
"md5": "^2.3.0",
"protobufjs": "^7.5.1",
"unzipper": "^0.12.3",
"yoctocolors-cjs": "^2.1.2"
},
"devDependencies": {
"@types/dockerode": "^3.3.23",
"@types/jest": "^30.0.0",
"@types/md5": "^2.3.2",
"@types/mute-stream": "^0.0.4",
"@types/node": "^24.5.2",
"@types/unzipper": "^0.10.10",
"@wocker/docker-mock-module": "^0.0.1",
"@wocker/testing": "^1.0.4",
"jest": "^30.1.3",
"make-coverage-badge": "^1.2.0",
"memfs": "^4.49.0",
"ts-jest": "^29.4.4",
"ts-node": "^10.9.2",
"typescript": "^5.9.3",
"unionfs": "^4.5.4"
}
}