UNPKG

@wocker/core

Version:
53 lines (52 loc) 1.55 kB
{ "name": "@wocker/core", "version": "1.0.25", "author": "Kris Papercut <krispcut@gmail.com>", "description": "Core of the Wocker", "license": "MIT", "main": "./lib/index.js", "types": "./lib/index.d.ts", "keywords": [ "wocker" ], "homepage": "https://kearisp.github.io/wocker", "repository": { "type": "git", "url": "git+https://github.com/kearisp/wocker-core.git" }, "bugs": { "url": "https://github.com/kearisp/wocker-core/issues" }, "scripts": { "prepublishOnly": "npm run build", "build": "tsc --project tsconfig.build.json", "watch": "tsc -w --project tsconfig.build.json", "test": "jest --colors", "test-watch": "jest --colors --watchAll --coverage", "make-coverage-badge": "make-coverage-badge" }, "dependencies": { "@kearisp/cli": "^2.0.8", "date-fns": "^4.1.0", "fs": "^0.0.1-security", "os": "^0.1.2", "path": "^0.12.7", "readline": "^1.3.0", "reflect-metadata": "^0.2.2", "stream": "^0.0.3", "yaml": "^2.8.0" }, "devDependencies": { "@types/docker-modem": "^3.0.6", "@types/dockerode": "^3.3.23", "@types/jest": "^29.5.14", "@types/node": "^24.0.13", "jest": "^29.7.0", "make-coverage-badge": "^1.2.0", "memfs": "^4.17.1", "ts-jest": "^29.3.2", "ts-node": "^10.9.2", "typescript": "^5.8.3", "unionfs": "^4.5.4" } }