{ "name": "npmdocker", "version": "1.2.1", "description": "develop npm modules cross platform with docker", "main": "dist/index.js", "typings": "dist/index.d.ts", "bin": { "npmdocker": "dist/cli.js" }, "directories": { "test": "test" }, "scripts": { "test": "(npm run clean && npm run compile && npm run setupCheck && npm run check)", "clean": "(rm -rf test/)", "compile": "(npmts --notest)", "setupCheck": "(git clone https://gitlab.com/sandboxzone/sandbox-npmts.git test/)", "check": "(cd test/ && node ../dist/index.js)" }, "repository": { "type": "git", "url": "git+ssh://git@gitlab.com/pushrocks/npmdocker.git" }, "keywords": [ "docker" ], "author": "Lossless GmbH", "license": "MIT", "bugs": { "url": "https://gitlab.com/pushrocks/npmdocker/issues" }, "homepage": "https://gitlab.com/pushrocks/npmdocker#README", "devDependencies": { "npmts-g": "^5.2.8" }, "dependencies": { "@types/q": "0.x.x", "@types/shelljs": "0.x.x", "beautylog": "^5.0.20", "npmextra": "^1.0.8", "projectinfo": "^1.0.3", "q": "^1.4.1", "qenv": "^1.1.1", "shelljs": "^0.7.3", "smartfile": "^4.0.13", "smartstring": "^2.0.17", "typings-global": "^1.0.6" } }