UNPKG

2.58 kBJSONView Raw
1{
2 "name": "ionic",
3 "version": "5.4.0",
4 "description": "A tool for creating and developing Ionic Framework mobile apps.",
5 "homepage": "https://ionicframework.com",
6 "author": "Ionic Team <hi@ionic.io> (https://ionicframework.com) ",
7 "bin": {
8 "ionic": "./bin/ionic"
9 },
10 "engines": {
11 "node": ">=8.9.4"
12 },
13 "main": "./index.js",
14 "types": "./index.d.ts",
15 "scripts": {
16 "clean": "rimraf index.* bootstrap.* constants.* definitions.* guards.* lib commands",
17 "lint": "tslint --project tsconfig.json",
18 "build": "npm run clean && tsc",
19 "watch": "tsc -w --preserveWatchOutput",
20 "test": "jest --maxWorkers=4",
21 "prepublishOnly": "npm run build"
22 },
23 "keywords": [
24 "ionic",
25 "ionic framework",
26 "ionicframework",
27 "mobile",
28 "app",
29 "hybrid",
30 "cordova",
31 "native",
32 "phonegap"
33 ],
34 "repository": {
35 "type": "git",
36 "url": "https://github.com/ionic-team/ionic-cli.git"
37 },
38 "bugs": {
39 "url": "https://github.com/ionic-team/ionic-cli/issues"
40 },
41 "license": "MIT",
42 "dependencies": {
43 "@ionic/cli-framework": "2.1.7",
44 "@ionic/discover": "2.0.6",
45 "@ionic/utils-array": "1.2.1",
46 "@ionic/utils-fs": "2.0.7",
47 "@ionic/utils-network": "1.0.5",
48 "@ionic/utils-process": "1.0.5",
49 "@ionic/utils-stream": "2.0.4",
50 "@ionic/utils-subprocess": "1.0.8",
51 "@ionic/utils-terminal": "1.0.5",
52 "chalk": "^2.3.0",
53 "debug": "^4.0.0",
54 "diff": "^4.0.1",
55 "elementtree": "^0.1.7",
56 "leek": "0.0.24",
57 "lodash": "^4.17.5",
58 "open": "^6.1.0",
59 "os-name": "^3.1.0",
60 "semver": "^6.0.0",
61 "split2": "^3.0.0",
62 "ssh-config": "^1.1.1",
63 "stream-combiner2": "^1.1.1",
64 "superagent": "^4.1.0",
65 "superagent-proxy": "^2.0.0",
66 "tar": "^4.3.0",
67 "through2": "^3.0.0",
68 "tslib": "^1.9.0",
69 "uuid": "^3.2.1"
70 },
71 "devDependencies": {
72 "@types/debug": "^4.1.1",
73 "@types/diff": "^4.0.0",
74 "@types/elementtree": "^0.1.0",
75 "@types/jest": "^24.0.3",
76 "@types/lodash": "^4.14.104",
77 "@types/node": "~8.10.54",
78 "@types/open": "~6.2.1",
79 "@types/os-name": "^3.1.0",
80 "@types/semver": "^6.0.0",
81 "@types/split2": "^2.1.6",
82 "@types/superagent": "^4.1.3",
83 "@types/tar": "^4.0.0",
84 "@types/through2": "^2.0.33",
85 "@types/uuid": "^3.4.3",
86 "jest": "^23.0.1",
87 "jest-cli": "^24.1.0",
88 "lint-staged": "^9.2.0",
89 "rimraf": "^3.0.0",
90 "source-map": "^0.7.0",
91 "ts-jest": "^23.10.1",
92 "tslint": "^5.9.1",
93 "typescript": "~3.6.3"
94 },
95 "gitHead": "74315e3823ab981d3fadf48ca369c33cac87411b"
96}