{ "name": "npmdocker", "version": "1.2.2", "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)", "testDev": "(npm run compile && 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/gitzone/npmdocker.git" }, "keywords": [ "docker" ], "author": "Lossless GmbH", "license": "MIT", "bugs": { "url": "https://gitlab.com/gitzone/npmdocker/issues" }, "homepage": "https://gitlab.com/gitzone/npmdocker#README", "devDependencies": { "npmts-g": "^6.0.0" }, "dependencies": { "@types/shelljs": "0.x.x", "beautylog": "^6.1.1", "npmextra": "^2.0.3", "projectinfo": "^3.0.1", "qenv": "^1.1.3", "shelljs": "^0.7.6", "smartfile": "^4.1.5", "smartq": "^1.1.0", "smartstring": "^2.0.22", "typings-global": "^1.0.14" } }