UNPKG

988 BJSONView Raw
1{
2 "name": "@cat-org/configs",
3 "description": "Use to manage the multiple configs",
4 "license": "MIT",
5 "author": "HsuTing <hsuting0106@gmail.com>",
6 "homepage": "https://cat-org.github.io/core/configs",
7 "repository": "https://github.com/cat-org/core/tree/master/packages/configs",
8 "version": "1.5.0",
9 "main": "./lib/index.js",
10 "bin": "./lib/bin/index.js",
11 "dependencies": {
12 "@babel/runtime": "^7.5.5",
13 "@cat-org/logger": "^1.3.1",
14 "@cat-org/utils": "^1.3.1",
15 "chalk": "^2.4.2",
16 "commander": "^2.20.0",
17 "cosmiconfig": "^5.2.1",
18 "debug": "^4.1.1",
19 "execa": "^2.0.3",
20 "fbjs": "^1.0.0",
21 "is-running": "^2.1.0",
22 "moment": "^2.24.0",
23 "npm-which": "^3.0.1",
24 "output-file-sync": "^2.0.1",
25 "rimraf": "^2.6.3"
26 },
27 "devDependencies": {
28 "get-port": "^5.0.0"
29 },
30 "keywords": [
31 "cat-org",
32 "configs"
33 ],
34 "publishConfig": {
35 "access": "public"
36 },
37 "gitHead": "25498aa1a0e8301aae2dc9cab573a3782cb6cec1"
38}