UNPKG

1.63 kBJSONView Raw
1{
2 "name": "@ionic/cli-plugin-cordova",
3 "version": "0.0.5",
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/tsc",
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.4",
52 "chalk": "^1.1.3",
53 "form-data": "^2.1.2",
54 "node-fetch": "^1.6.3",
55 "xml2js": "^0.4.17"
56 },
57 "peerDependencies": {
58 "@ionic/app-scripts": "^1.1.0"
59 },
60 "files": [
61 "bin/",
62 "default-resources",
63 "dist/",
64 "resources.json"
65 ]
66}