UNPKG

1.45 kBJSONView Raw
1{
2 "name": "@cirrusct/mr-core",
3 "description": "Core mr types and services",
4 "version": "1.1.9",
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": "npm run clean && tsc -p tsconfig.build.json",
12 "clean": "rimraf -- dist"
13 },
14 "dependencies": {
15 "@cirrusct/cli": "^1.1.47",
16 "@cirrusct/config": "^1.1.11",
17 "@cirrusct/fs": "^1.0.9",
18 "@cirrusct/git": "^1.0.9",
19 "@cirrusct/logging": "^1.0.49",
20 "@cirrusct/shell-exec": "^1.0.9",
21 "@types/micromatch": "^3.1.0",
22 "@types/tapable": "^1.0.4",
23 "axios": "^0.18.0",
24 "depcheck": "^0.8.1",
25 "glob": "^7.1.4",
26 "globby": "^10.0.1",
27 "lodash": "^4.17.11",
28 "micromatch": "^4.0.2",
29 "semver": "^6.1.1",
30 "shelljs": "^0.8.3",
31 "shortid": "^2.2.15",
32 "split": "^1.0.1",
33 "tapable": "^1.1.3"
34 },
35 "devDependencies": {
36 "@cirrusct/mr-cli-local": "^1.1.0",
37 "@types/glob": "^7.1.1",
38 "@types/globby": "^9.1.0",
39 "@types/jest": "^24.0.15",
40 "@types/lodash": "^4.14.123",
41 "@types/node": "*",
42 "@types/semver": "^5.5.0",
43 "@types/shelljs": "^0.8.5",
44 "@types/shortid": "^0.0.29",
45 "jest": "^24.8.0",
46 "ts-jest": "^24.0.2"
47 },
48 "mr": {
49 "commands": {
50 "build": {
51 "exclude": [
52 "./src/__test-support/**/*"
53 ]
54 }
55 }
56 }
57}
\No newline at end of file