| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889 |
- {
- "name": "@ionic/cli",
- "version": "7.2.1",
- "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": ">=16.0.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": "6.0.1",
- "@ionic/cli-framework-output": "2.2.8",
- "@ionic/cli-framework-prompts": "2.1.13",
- "@ionic/utils-array": "2.1.6",
- "@ionic/utils-fs": "3.1.7",
- "@ionic/utils-network": "2.1.7",
- "@ionic/utils-process": "2.1.12",
- "@ionic/utils-stream": "3.1.7",
- "@ionic/utils-subprocess": "3.0.1",
- "@ionic/utils-terminal": "2.3.5",
- "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",
- "proxy-agent": "^6.3.0",
- "semver": "^7.1.1",
- "split2": "^3.0.0",
- "ssh-config": "^1.1.1",
- "stream-combiner2": "^1.1.1",
- "superagent": "^9.0.2",
- "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": "~16.0.0",
- "@types/semver": "^7.1.0",
- "@types/split2": "^2.1.6",
- "@types/superagent": "4.1.3",
- "@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.8.0"
- }
- }
|