UNPKG

ng-spec-shot-reviewer

Version:

combined server of spec shot reviewer backend and optionally multiple static websites (e.g. compiled angular apps)

50 lines (49 loc) 1.11 kB
{ "name": "ng-spec-shot-reviewer", "version": "1.0.2", "description": "combined server of spec shot reviewer backend and optionally multiple static websites (e.g. compiled angular apps)", "main": "app.js", "keywords": [ "angular", "test", "review", "image", "comparision" ], "author": "Emanuel Hein", "license": "MIT", "scripts": { "build": "tsc", "postbuild": "cp run.js dist/", "start": "ts-node app.ts", "test": "ts-mocha **/*.spec.ts" }, "dependencies": { "chalk": "^2.4.2", "cors": "^2.8.5", "express": "^4.17.1", "tslib": "^1.10.0" }, "devDependencies": { "@types/chai": "^4.2.0", "@types/express": "^4.17.0", "@types/mocha": "^5.2.7", "@types/node": "~8.9.4", "chai": "^4.2.0", "mocha": "^6.2.0", "ts-mocha": "^6.0.0", "ts-node": "^7.0.1", "tslint": "~5.15.0", "typescript": "~3.5.3" }, "files": [ "dist/**/*" ], "bin": { "ng-spec-shot-reviewer": "dist/run.js" }, "repository": { "type": "git", "url": "https://github.com/e-hein/ng-spec-shot-reviewer.git" } }