Build server prototype (integration with GitHub / NuGet / etc)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
micro-build-server/BuildServer/package.json

58 lines
1.7 KiB

{
"name": "micro-build-server",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "forever -c node app.js",
"build": "./node_modules/.bin/tsc -p . --noEmitOnError",
"pretest": "./node_modules/.bin/tsc -p . --noEmit",
"test": "./node_modules/.bin/tslint --config tslint.json --project tsconfig.json --type-check"
},
"dependencies": {
"archiver": "^1.3.0",
"async": "~2.1.4",
"body-parser": "^1.15.2",
"cssnano": "^3.9.1",
"errorhandler": "^1.5.0",
"eslint": "^3.12.2",
"express": "4.14.0",
"fs-extra": "^1.0.0",
"github": "~9.0.0",
"glob": "~7.1.1",
"graceful-fs": "^4.1.11",
"jade": "*",
"json-parse-safe": "^1.0.3",
"method-override": "^2.3.7",
"morgan": "^1.7.0",
"mustache": "~2.3.0",
"nodegit": "~0.16.0",
"recursive-tree-copy": "0.0.2",
"serve-favicon": "^2.3.2",
"serve-static": "^1.11.1",
"stream-buffers": "^3.0.1",
"uglify-js": "^2.7.5",
"underscore": "^1.8.3"
},
"devDependencies": {
"@types/archiver": "^0.15.37",
"@types/async": "^2.0.38",
"@types/body-parser": "0.0.34",
"@types/errorhandler": "0.0.30",
"@types/express": "^4.0.35",
"@types/fs-extra": "0.0.37",
"@types/github": "0.0.0",
"@types/glob": "^5.0.30",
"@types/jade": "0.0.30",
"@types/method-override": "0.0.29",
"@types/morgan": "^1.7.32",
"@types/mustache": "^0.8.29",
"@types/node": "^7.0.5",
"@types/serve-favicon": "^2.2.28",
"@types/serve-static": "^1.7.31",
"@types/uglify-js": "^2.6.28",
"@types/underscore": "^1.7.36",
"tslint": "^4.4.2",
"tslint-eslint-rules": "^3.4.0",
"typescript": "^2.2.2"
}
}