๐Ÿ“ฆ ionic-team / ionic-cli

๐Ÿ“„ package.json ยท 91 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91{
  "name": "@ionic/cli",
  "version": "6.20.8",
  "description": "A tool for creating and developing Ionic Framework mobile apps.",
  "homepage": "https://ionicframework.com",
  "author": "Ionic Team <hi@ionic.io> (https://ionicframework.com) ",
  "bin": {
    "ionic": "./bin/ionic"
  },
  "engines": {
    "node": ">=10.3.0"
  },
  "main": "./index.js",
  "types": "./index.d.ts",
  "scripts": {
    "clean": "rimraf index.* bootstrap.* constants.* definitions.* guards.* lib commands",
    "lint": "true",
    "build": "npm run clean && tsc",
    "watch": "tsc -w --preserveWatchOutput",
    "test": "jest --maxWorkers=4",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "ionic",
    "ionic framework",
    "ionicframework",
    "mobile",
    "app",
    "hybrid",
    "cordova",
    "native",
    "phonegap"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/ionic-team/ionic-cli.git"
  },
  "bugs": {
    "url": "https://github.com/ionic-team/ionic-cli/issues"
  },
  "license": "MIT",
  "dependencies": {
    "@ionic/cli-framework": "5.1.3",
    "@ionic/cli-framework-output": "2.2.5",
    "@ionic/cli-framework-prompts": "2.1.10",
    "@ionic/utils-array": "2.1.5",
    "@ionic/utils-fs": "3.1.6",
    "@ionic/utils-network": "2.1.5",
    "@ionic/utils-process": "2.1.10",
    "@ionic/utils-stream": "3.1.5",
    "@ionic/utils-subprocess": "2.1.11",
    "@ionic/utils-terminal": "2.3.3",
    "chalk": "^4.0.0",
    "debug": "^4.0.0",
    "diff": "^4.0.1",
    "elementtree": "^0.1.7",
    "leek": "0.0.24",
    "lodash": "^4.17.5",
    "open": "^7.0.4",
    "os-name": "^4.0.0",
    "semver": "^7.1.1",
    "split2": "^3.0.0",
    "ssh-config": "^1.1.1",
    "stream-combiner2": "^1.1.1",
    "superagent": "^5.2.1",
    "superagent-proxy": "^3.0.0",
    "tar": "^6.0.1",
    "tslib": "^2.0.1"
  },
  "devDependencies": {
    "@types/debug": "^4.1.1",
    "@types/diff": "^4.0.0",
    "@types/elementtree": "^0.1.0",
    "@types/jest": "^26.0.10",
    "@types/lodash": "^4.14.104",
    "@types/node": "~10.17.13",
    "@types/semver": "^7.1.0",
    "@types/split2": "^2.1.6",
    "@types/superagent": "4.1.3",
    "@types/superagent-proxy": "^3.0.0",
    "@types/tar": "^6.1.2",
    "jest": "^26.4.2",
    "jest-cli": "^26.0.1",
    "lint-staged": "^10.0.2",
    "rimraf": "^3.0.0",
    "source-map": "^0.7.0",
    "ts-jest": "~26.3.0",
    "typescript": "~4.0.2"
  }
}