{ "name": "@pushrocks/npmextra", "version": "3.0.0", "private": false, "description": "do more with npm", "main": "dist/index.js", "typings": "dist/index.d.ts", "scripts": { "test": "(tstest test/)", "build": "(tsbuild)" }, "repository": { "type": "git", "url": "git+ssh://git@gitlab.com/pushrocks/npmextra.git" }, "author": "Lossless GmbH", "license": "MIT", "bugs": { "url": "https://gitlab.com/pushrocks/npmextra/issues" }, "homepage": "https://gitlab.com/pushrocks/npmextra#README", "dependencies": { "@pushrocks/smartfile": "^6.0.8", "@pushrocks/smartlog": "^2.0.1", "@pushrocks/smartpath": "^4.0.1", "@pushrocks/smartpromise": "^2.0.5", "@pushrocks/taskbuffer": "^2.0.5", "smartlodash": "^1.0.1" }, "devDependencies": { "@gitzone/tsbuild": "^2.0.22", "@gitzone/tsrun": "^1.1.12", "@gitzone/tstest": "^1.0.15", "@pushrocks/tapbundle": "^3.0.5", "@types/node": "^10.9.4" } }