@kjrb/tfs-build-demo-npm-module
Version:
Npm module for testing tfs build next
32 lines (31 loc) • 844 B
JSON
{
"name": "@kjrb/tfs-build-demo-npm-module",
"version": "2.0.5",
"description": "Npm module for testing tfs build next",
"main": "./dist/index.js",
"scripts": {
"test": "mocha --compilers js:babel/register",
"lint": "eslint ./src ./test",
"lintAndTest": "npm run lint && npm test",
"build-js": "npm run lintAndTest && npm run clean && mkdir dist && copy /B /Y src\\*.js dist\\",
"clean": "rimraf dist"
},
"keywords": [
"TFS",
"Build",
"VSO"
],
"repository": {
"type": "git",
"url": "https://kjrb.visualstudio.com/DefaultCollection/NodeProjects/_git/vso-tfs-build-demo-npm-module"
},
"author": "KJRB",
"license": "MIT",
"dependencies": {
},
"devDependencies": {
"babel": "^5.8.23",
"mocha": "^2.3.3",
"rimraf": "^2.4.3"
}
}