UNPKG

878 BJSONView Raw
1{
2 "name": "@cirrusct/mr-build-webapp",
3 "description": "Webapp Build",
4 "version": "1.0.124",
5 "main": "dist/index.js",
6 "types": "dist/index.d.js",
7 "repository": "https://github.com/CirrusCT/mr.git",
8 "author": "CirrusCT <github@cirrusct.com>",
9 "license": "MIT",
10 "scripts": {
11 "build:watch": "npm run clean && tsc -p tsconfig.build.json --watch",
12 "build": "npm run clean && tsc -p tsconfig.build.json",
13 "clean": "rimraf -- dist",
14 "lint": "tslint -c ../../tslint.json \"src/**/*.ts\""
15 },
16 "dependencies": {
17 "@cirrusct/config": "^1.0.72",
18 "@cirrusct/core-node": "^1.0.36",
19 "@cirrusct/logging": "^1.0.49",
20 "@cirrusct/mr-build": "^1.0.124",
21 "@cirrusct/mr-core": "^1.0.124",
22 "lodash": "^4.17.11"
23 },
24 "devDependencies": {
25 "@cirrusct/tmp-mr-local": "^1.0.23",
26 "@types/lodash": "^4.14.123",
27 "rimraf": "^2.6.3"
28 }
29}
\No newline at end of file