UNPKG

1.02 kBJSONView Raw
1{
2 "name": "@cirrusct/core-node",
3 "description": "Core Node Lib",
4 "version": "1.0.27",
5 "main": "dist/index.js",
6 "types": "dist/index.d.js",
7 "repository": "https://github.com/CirrusCT/core.git",
8 "author": "CirrusCT <github@cirrusct.com>",
9 "license": "MIT",
10 "dependencies": {
11 "@cirrusct/core-types": "^1.0.12",
12 "@types/bunyan": "^1.8.4",
13 "@types/execa": "^0.9.0",
14 "@types/lodash": "^4.14.116",
15 "@types/node": "*",
16 "@types/shelljs": "^0.8.0",
17 "@types/tmp": "^0.0.33",
18 "axios": "^0.18.0",
19 "bunyan": "^1.8.12",
20 "circular-json": "^0.5.5",
21 "double-ended-queue": "^2.1.0-0",
22 "execa": "^0.10.0",
23 "fast-glob": "^2.2.0",
24 "fs-extra": "^7.0.0",
25 "js-yaml": "^3.12.0",
26 "lodash": "^4.17.10",
27 "micromatch": "^3.1.10",
28 "prettyjson": "^1.2.1",
29 "rimraf": "^2.6.2",
30 "shelljs": "^0.8.2",
31 "split": "^1.0.1",
32 "tmp": "^0.0.33",
33 "yauzl": "^2.10.0"
34 },
35 "devDependencies": {
36 "@cirrusct/tmp-mr-local": "^1.0.0"
37 },
38 "private": false
39}
\No newline at end of file