UNPKG

1.66 kBJSONView Raw
1{
2 "name": "@ionic/cli-plugin-cordova",
3 "version": "0.0.7",
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 lint && npm run clean && ../../node_modules/.bin/webpack",
12 "clean": "rm -rf ./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 "license": "MIT",
40 "jest": {
41 "moduleFileExtensions": [
42 "ts",
43 "js"
44 ],
45 "transform": {
46 "^.+\\.(ts)$": "<rootDir>/preprocessor.js"
47 },
48 "testRegex": "/__tests__/.*\\.(ts|js)$"
49 },
50 "dependencies": {
51 "@ionic/cli-utils": "^0.0.6",
52 "node-fetch": "^1.6.3"
53 },
54 "devDependencies": {
55 "chalk": "^1.1.3",
56 "form-data": "^2.1.2",
57 "xml2js": "^0.4.17"
58 },
59 "peerDependencies": {
60 "@ionic/app-scripts": "^1.1.0"
61 },
62 "files": [
63 "bin/",
64 "default-resources",
65 "dist/",
66 "resources.json"
67 ]
68}