68 lines
1.7 KiB
JSON
68 lines
1.7 KiB
JSON
{
|
|
"name": "@mojoio/docker",
|
|
"version": "1.0.99",
|
|
"description": "easy communication with docker remote api from node, TypeScript ready",
|
|
"private": false,
|
|
"main": "dist_ts/index.js",
|
|
"typings": "dist_ts/index.d.ts",
|
|
"scripts": {
|
|
"test": "(tstest test/ --web)",
|
|
"build": "(tsbuild --web)"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@gitlab.com/pushrocks/dockersock.git"
|
|
},
|
|
"keywords": [
|
|
"docker",
|
|
"sock",
|
|
"container",
|
|
"request",
|
|
"api"
|
|
],
|
|
"author": "Lossless GmbH",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://gitlab.com/pushrocks/dockersock/issues"
|
|
},
|
|
"homepage": "https://gitlab.com/pushrocks/dockersock#README",
|
|
"dependencies": {
|
|
"@pushrocks/lik": "^4.0.17",
|
|
"@pushrocks/smartfile": "^8.0.0",
|
|
"@pushrocks/smartjson": "^3.0.10",
|
|
"@pushrocks/smartlog": "^2.0.39",
|
|
"@pushrocks/smartnetwork": "^1.1.22",
|
|
"@pushrocks/smartpath": "^4.0.3",
|
|
"@pushrocks/smartpromise": "^3.0.6",
|
|
"@pushrocks/smartrequest": "^1.1.51",
|
|
"@pushrocks/smartstring": "^3.0.18",
|
|
"@pushrocks/smartversion": "^2.0.4",
|
|
"@tsclass/tsclass": "^3.0.25",
|
|
"rxjs": "^6.6.3"
|
|
},
|
|
"devDependencies": {
|
|
"@gitzone/tsbuild": "^2.1.25",
|
|
"@gitzone/tsrun": "^1.2.12",
|
|
"@gitzone/tstest": "^1.0.48",
|
|
"@pushrocks/tapbundle": "^3.2.9",
|
|
"@types/node": "^14.11.2",
|
|
"tslint": "^6.1.3",
|
|
"tslint-config-prettier": "^1.18.0"
|
|
},
|
|
"files": [
|
|
"ts/**/*",
|
|
"ts_web/**/*",
|
|
"dist/**/*",
|
|
"dist_*/**/*",
|
|
"dist_ts/**/*",
|
|
"dist_ts_web/**/*",
|
|
"assets/**/*",
|
|
"cli.js",
|
|
"npmextra.json",
|
|
"readme.md"
|
|
],
|
|
"browserslist": [
|
|
"last 1 chrome versions"
|
|
]
|
|
}
|