UNPKG

2.48 kBJSONView Raw
1{
2 "name": "cordova-plugin-ionic",
3 "version": "5.4.7",
4 "cordova": {
5 "id": "cordova-plugin-ionic",
6 "platforms": [
7 "android",
8 "ios"
9 ]
10 },
11 "main": "dist/index.js",
12 "types": "dist/index.d.ts",
13 "description": "Ionic Cordova SDK",
14 "scripts": {
15 "apply-dev": "npm run build && ./scripts/apply-changes.sh",
16 "create-dev": "./scripts/create-local-app.sh",
17 "clean": "rimraf dist",
18 "lint": "tslint --config tslint.json --project tsconfig.json",
19 "precommit": "npm run lint",
20 "watch": "tsc -w",
21 "watch-dev": "watch 'npm run apply-dev' ./www",
22 "build": "npm run clean && tsc && ngc -p tsconfig.ng.json && ./scripts/ng-prepare.sh",
23 "sync-plugin-xml": "sync-cordova-xml2 package.json plugin.xml --output=plugin.xml",
24 "version": "npm run sync-plugin-xml && git add plugin.xml && ./scripts/update-plugin-version-code.sh",
25 "prepublishOnly": "npm run build",
26 "test": "echo 'We should really get unit tests running'",
27 "release": "npm run build && np --any-branch",
28 "docs": "./scripts/docs.sh"
29 },
30 "repository": "https://github.com/ionic-team/cordova-plugin-ionic.git",
31 "issue": "https://github.com/ionic-team/cordova-plugin-ionic/issues",
32 "bugs": {
33 "url": "https://github.com/ionic-team/cordova-plugin-ionic/issues"
34 },
35 "keywords": [
36 "ionic",
37 "cordova",
38 "deploy",
39 "liveupdates",
40 "mobile",
41 "hybrid",
42 "ecosystem:cordova",
43 "cordova-android",
44 "cordova-ios"
45 ],
46 "author": "Ionic",
47 "contributors": [
48 {
49 "name": "Max Lynch",
50 "email": "max@ionic.io"
51 },
52 {
53 "name": "William Pelrine",
54 "email": "rudy@ionic.io"
55 }
56 ],
57 "license": "MIT",
58 "devDependencies": {
59 "@angular/compiler": "^9.1.1",
60 "@angular/compiler-cli": "^9.1.1",
61 "@angular/core": "^7.2.15",
62 "@types/cordova": "0.0.34",
63 "jest": "^22.4.3",
64 "np": "^3.0.4",
65 "rimraf": "^2.6.2",
66 "sync-cordova-xml2": "0.0.2",
67 "ts-jest": "^22.4.2",
68 "tslint": "^5.9.1",
69 "tslint-ionic-rules": "0.0.14",
70 "typedoc": "^0.11.1",
71 "typedoc-plugin-markdown": "^1.1.6",
72 "watch": "^1.0.2"
73 },
74 "jest": {
75 "globals": {
76 "ts-jest": {
77 "tsConfigFile": "tsconfig.json"
78 }
79 },
80 "moduleFileExtensions": [
81 "ts",
82 "js"
83 ],
84 "transform": {
85 ".(ts)": "./node_modules/ts-jest/preprocessor.js"
86 },
87 "testRegex": "tests/.*\\.(ts|js)$"
88 },
89 "dependencies": {
90 "typescript": "^3.5.3"
91 }
92}