mirror of
https://github.com/danbulant/docker-compose
synced 2026-05-19 04:18:32 +00:00
78 lines
1.6 KiB
JSON
78 lines
1.6 KiB
JSON
{
|
|
"name": "docker-compose",
|
|
"version": "0.20.2",
|
|
"main": "dist/index.js",
|
|
"typings": "dist/index.d.ts",
|
|
"types": "dist/index.d.ts",
|
|
"scripts": {
|
|
"test": "jest test --verbose",
|
|
"eslint": "eslint src/**/*.ts test/**/*.ts",
|
|
"build": "tsc",
|
|
"prepublishOnly": "tsc"
|
|
},
|
|
"repository": {
|
|
"url": "git@github.com:PDMLab/docker-compose.git"
|
|
},
|
|
"keywords": [
|
|
"devops",
|
|
"devops-tools",
|
|
"docker",
|
|
"docker-compose",
|
|
"test",
|
|
"test-tools"
|
|
],
|
|
"author": "Alexander Zeitler <alexander.zeitler@pdmlab.com>",
|
|
"contributors": [
|
|
{
|
|
"name": "Ignatiev Mikhail"
|
|
},
|
|
{
|
|
"name": "Ezekiel Warren"
|
|
},
|
|
{
|
|
"name": "Palash Mondal"
|
|
},
|
|
{
|
|
"name": "lacabra"
|
|
},
|
|
{
|
|
"name": "MartinJLee"
|
|
},
|
|
{
|
|
"name": "Sergey Falinsky"
|
|
},
|
|
{
|
|
"name": "Lars Kumbier",
|
|
"url": "https://kumbier.it"
|
|
},
|
|
{
|
|
"name": "Paweł Niedzielski"
|
|
},
|
|
{
|
|
"name": "Jannis Pohlmann"
|
|
},
|
|
{
|
|
"name": "Eduardo Weiland"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"description": "Manage docker-compose from Node.js",
|
|
"devDependencies": {
|
|
"@types/jest": "^24.0.15",
|
|
"@types/node": "^12.6.2",
|
|
"@typescript-eslint/eslint-plugin": "^1.12.0",
|
|
"@typescript-eslint/parser": "^1.12.0",
|
|
"composefile": "^0.3.0",
|
|
"dockerode": "^2.5.7",
|
|
"eslint": "^5.6.0",
|
|
"eslint-config-es": "^0.8.11",
|
|
"eslint-plugin-extended": "^0.2.0",
|
|
"eslint-plugin-jest": "^22.6.4",
|
|
"jest": "^24.8.0",
|
|
"ts-jest": "^24.0.2",
|
|
"typescript": "^3.5.3"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6.0.0"
|
|
}
|
|
}
|