{ "name": "@pushrocks/smartgit", "version": "1.0.12", "description": "smart wrapper for nodegit", "main": "dist/index.js", "typings": "dist/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": "^7.0.4", "@pushrocks/smartpath": "^4.0.1", "@pushrocks/smartpromise": "^3.0.2", "@pushrocks/smartshell": "^2.0.23", "@pushrocks/smartstring": "^3.0.10", "@types/minimatch": "^3.0.3", "@types/nodegit": "^0.24.10", "nodegit": "^0.25.1" }, "devDependencies": { "@gitzone/tsbuild": "^2.1.17", "@gitzone/tstest": "^1.0.24", "@pushrocks/tapbundle": "^3.0.13", "tslint": "^5.19.0", "tslint-config-prettier": "^1.18.0" }, "private": false, "files": [ "ts/*", "ts_web/*", "dist/*", "dist_web/*", "assets/*", "cli.js", "npmextra.json", "readme.md" ] }