UNPKG

@ionic/cli-plugin-cordova

Version:

Ionic Cordova Plugin for Ionic CLI

71 lines (70 loc) 1.95 kB
{ "name": "@ionic/cli-plugin-cordova", "version": "1.6.2", "description": "Ionic Cordova Plugin for Ionic CLI", "homepage": "https://ionic.io/", "author": "Ionic Team <hi@ionic.io> (http://ionic.io)", "main": "./dist/index.js", "types": "./dist/main.d.ts", "scripts": { "clean": "rm -rf ./dist", "lint": "tslint --config ../../tslint.js --project tsconfig.json --type-check", "build": "npm run clean && npm run build-ts && npm run build-js", "build-ts": "tsc", "build-js": "npm run script-prepublish", "watch": "concurrently -p \"{name} \" -n \"TS,JS\" -c \"cyan.bold,yellow.dim\" \"npm run watch-ts\" \"npm run watch-js\"", "watch-ts": "tsc -w", "watch-js": "cross-env-shell IONIC_PREPUBLISH_PLUGIN_VERSION=${npm_package_version}-local \"npm run watch-js-chokidar\"", "watch-js-chokidar": "chokidar --silent \"dist/index.js\" -c \"npm run build-js\"", "script-prepublish": "cli-scripts-prepublish cli-plugin-cordova", "test": "jest", "prepublish": "npm run build" }, "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" }, "files": [ "bin/", "default-resources", "dist/" ], "license": "MIT", "jest": { "moduleFileExtensions": [ "ts", "js" ], "transform": { ".(ts)": "<rootDir>/../../node_modules/ts-jest/preprocessor.js" }, "testRegex": "/__tests__/.*\\.(ts|js)$" }, "dependencies": { "@ionic/cli-utils": "1.7.0", "chalk": "^2.0.0", "elementtree": "^0.1.7", "tslib": "^1.7.1" }, "devDependencies": { "@ionic/cli-scripts": "0.3.1", "@types/chalk": "^0.4.31" } }