UNPKG

tfs

Version:

NodeJS wrapper for Team Foundation Source Control CLI.

38 lines (37 loc) 747 B
{ "name": "tfs", "version": "1.6.0", "description": "NodeJS wrapper for Team Foundation Source Control CLI.", "license": "MIT", "main": "lib/tfs.js", "bin": { "tfs": "./bin/tfs" }, "scripts": { "start": "node ./bin/tfs", "test": "mocha" }, "dependencies": { "chalk": "^2.4.2", "commander": "^2.20.0" }, "devDependencies": { "mocha": "^5.2.0" }, "repository": { "type": "git", "url": "git+https://github.com/ivangabriele/tfs.git" }, "keywords": [ "tfs", "team", "foundation", "server", "wrapper" ], "author": "Ivan Gabriele", "bugs": { "url": "https://github.com/ivangabriele/tfs/issues" }, "homepage": "https://github.com/ivangabriele/tfs#readme" }