@wocker/core
Version:
Core of the Wocker
51 lines (50 loc) • 1.49 kB
JSON
{
"name": "@wocker/core",
"type": "commonjs",
"version": "1.0.27",
"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",
"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": "^30.0.0",
"@types/node": "^24.5.2",
"jest": "^30.1.3",
"make-coverage-badge": "^1.2.0",
"memfs": "^4.17.1",
"ts-jest": "^29.4.4",
"ts-node": "^10.9.2",
"typescript": "^5.9.2",
"unionfs": "^4.5.4"
}
}