UNPKG

vsts-task-starter

Version:

Creates a starting project structure for building a Node.js based Visual Studio Team Services task.

24 lines 595 B
{ "name": "__taskname__", "version": "1.0.0", "description": "__description__", "main": "./src/app.js", "directories": { "src": "src" }, "scripts": { "test": "node node_modules/istanbul/lib/cli.js cover --report cobertura --report lcov node_modules/mocha/bin/_mocha -- -R list" }, "repository": {}, "keywords": [], "author": "__author__", "license": "MIT", "devDependencies": { "mocha": "^5.2.0", "sinon": "^5.0.10", "istanbul": "^0.4.5" }, "dependencies": { "vsts-task-lib": "^2.4.0" } }