{ "name": "@pushrocks/smartgit", "version": "1.0.17", "description": "smart wrapper for nodegit", "main": "dist_ts/index.js", "typings": "dist_ts/index.d.ts", "scripts": { "test": "(tstest test/)", "build": "(tsbuild)" }, "repository": { "type": "git", "url": "https://gitlab.com/pushrocks/smartgit.git" }, "keywords": [ "json", "jade", "template" ], "author": "Smart Coordination GmbH (https://push.rocks)", "license": "MIT", "bugs": { "url": "https://gitlab.com/pushrocks/smartgit/issues" }, "homepage": "https://gitlab.com/pushrocks/smartgit", "dependencies": { "@pushrocks/smartfile": "^8.0.0", "@pushrocks/smartpath": "^4.0.3", "@pushrocks/smartpromise": "^3.0.6", "@pushrocks/smartshell": "^2.0.26", "@pushrocks/smartstring": "^3.0.18", "@types/minimatch": "^3.0.3", "@types/nodegit": "^0.26.7", "nodegit": "^0.27.0" }, "devDependencies": { "@gitzone/tsbuild": "^2.1.25", "@gitzone/tstest": "^1.0.44", "@pushrocks/tapbundle": "^3.2.9", "tslint": "^6.1.3", "tslint-config-prettier": "^1.18.0" }, "private": false, "files": [ "ts/**/*", "ts_web/**/*", "dist/**/*", "dist_*/**/*", "dist_ts/**/*", "dist_ts_web/**/*", "assets/**/*", "cli.js", "npmextra.json", "readme.md" ], "browserslist": [ "last 1 chrome versions" ] }