UNPKG

1.86 kBJSONView Raw
1{
2 "name": "@ionic/cli-plugin-cordova",
3 "version": "0.0.11",
4 "description": "Ionic Cordova Plugin for Ionic CLI",
5 "homepage": "https://ionic.io/",
6 "author": "Ionic Team <hi@ionic.io> (http://ionic.io)",
7 "main": "./dist/index.js",
8 "types": "./dist/main.d.ts",
9 "scripts": {
10 "lint": "../../node_modules/.bin/tslint -c ../../tslint.json 'src/**/*.ts'",
11 "build": "npm run clean && cp ./resources.json ./dist/resources.json && ../../node_modules/.bin/tsc",
12 "clean": "rm -rf ./dist && mkdir ./dist",
13 "changelog": "conventional-changelog -i CHANGELOG.md -s -p angular",
14 "test": "../../node_modules/.bin/jest",
15 "watch": "npm run clean && ../../node_modules/.bin/tsc --watch",
16 "postinstall": "node ./bin/postinstall"
17 },
18 "keywords": [
19 "ionic",
20 "cordova",
21 "ionic framework",
22 "ionicframework",
23 "ionic cordova",
24 "mobile",
25 "backend",
26 "app",
27 "hybrid",
28 "cordova",
29 "native",
30 "phonegap"
31 ],
32 "repository": {
33 "type": "git",
34 "url": "https://github.com/driftyco/ionic-cli.git"
35 },
36 "bugs": {
37 "url": "https://github.com/driftyco/ionic-cli/issues"
38 },
39 "files": [
40 "bin/",
41 "default-resources",
42 "dist/",
43 "resources.json"
44 ],
45 "license": "MIT",
46 "jest": {
47 "moduleFileExtensions": [
48 "ts",
49 "js"
50 ],
51 "transform": {
52 ".(ts)": "<rootDir>/../../node_modules/ts-jest/preprocessor.js"
53 },
54 "testRegex": "/__tests__/.*\\.(ts|js)$",
55 "testResultsProcessor": "<rootDir>/../../node_modules/ts-jest/coverageprocessor.js"
56 },
57 "dependencies": {
58 "@ionic/cli-utils": "^0.0.10",
59 "chalk": "^1.1.3",
60 "inquirer": "^3.0.6",
61 "xml2js": "^0.4.17"
62 },
63 "devDependencies": {
64 "@types/chalk": "^0.4.31",
65 "@types/inquirer": "0.0.32",
66 "@types/xml2js": "0.0.33",
67 "chalk": "^1.1.3",
68 "xml2js": "^0.4.17"
69 }
70}