UNPKG

@ionic/cli-utils

Version:
109 lines (108 loc) 2.63 kB
{ "name": "@ionic/cli-utils", "version": "2.2.1", "description": "Ionic CLI Utils", "homepage": "https://ionicframework.com", "author": "Ionic Team <hi@ionic.io> (https://ionicframework.com)", "main": "./index.js", "types": "./index.d.ts", "scripts": { "clean": "rimraf index.* bootstrap.* constants.* definitions.* guards.* lib commands", "lint": "tslint --config tslint.js --project tsconfig.json", "build": "npm run clean && tsc", "watch": "tsc -w --preserveWatchOutput", "test": "jest", "prepublishOnly": "npm run build", "precommit": "lint-staged" }, "lint-staged": { "linters": { "*.{ts,tsx}": "npm run lint" }, "ignore": [ "**/__tests__/*.{ts,tsx}" ] }, "keywords": [ "ionic", "cordova", "ionic framework", "ionicframework", "ionic cordova", "mobile", "backend", "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": "1.0.7", "@ionic/discover": "1.0.4", "@ionic/utils-fs": "0.0.1", "@ionic/utils-network": "0.0.1", "chalk": "^2.3.0", "debug": "^3.1.0", "diff": "^3.4.0", "elementtree": "^0.1.7", "leek": "0.0.24", "lodash": "^4.17.5", "opn": "^5.2.0", "os-name": "^2.0.1", "semver": "^5.5.0", "split2": "^2.2.0", "ssh-config": "^1.1.1", "superagent": "^3.8.2", "superagent-proxy": "^1.0.3", "tar": "^4.3.0", "through2": "^2.0.3", "tslib": "^1.9.0", "uuid": "^3.2.1" }, "devDependencies": { "@types/clean-css": "^3.4.30", "@types/debug": "0.0.30", "@types/diff": "^3.2.2", "@types/elementtree": "^0.1.0", "@types/lodash": "^4.14.104", "@types/node": "^6.0.101", "@types/opn": "^5.1.0", "@types/os-name": "^2.0.0", "@types/semver": "^5.4.0", "@types/split2": "^2.1.6", "@types/tar": "^4.0.0", "@types/through2": "^2.0.33", "@types/uuid": "^3.4.3", "jest": "^23.0.1", "jest-cli": "^23.0.1", "lint-staged": "^7.2.0", "rimraf": "^2.6.2", "source-map": "^0.7.0", "ts-jest": "^23.0.0", "tslint": "^5.9.1", "typescript": "~3.0.1" }, "jest": { "transform": { "^.+\\.tsx?$": "ts-jest" }, "testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$", "moduleFileExtensions": [ "ts", "tsx", "js", "jsx", "json", "node" ] } }