appit-cordova-plugin-ionic
Version:
88 lines (87 loc) • 2.38 kB
JSON
{
"name": "appit-cordova-plugin-ionic",
"version": "5.5.4",
"cordova": {
"id": "cordova-plugin-ionic",
"platforms": [
"android",
"ios"
]
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"description": "Ionic Cordova SDK",
"scripts": {
"apply-dev": "npm run build && ./scripts/apply-changes.sh",
"create-dev": "./scripts/create-local-app.sh",
"clean": "rm -rf dist",
"lint": "tslint --config tslint.json --project tsconfig.json",
"precommit": "npm run lint",
"watch": "tsc -w",
"watch-dev": "watch 'npm run apply-dev' ./www",
"build": "npm run clean && tsc && ngc -p tsconfig.ng.json && ./scripts/ng-prepare.sh",
"sync-plugin-xml": "sync-cordova-xml2 package.json plugin.xml --output=plugin.xml",
"version": "npm run sync-plugin-xml && git add plugin.xml && ./scripts/update-plugin-version-code.sh",
"prepublishOnly": "npm run build",
"test": "echo 'Oh no'",
"release": "npm run build && np --any-branch",
"docs": "./scripts/docs.sh"
},
"repository": "https://github.com/appit-online/appit-ionic-plugin.git",
"issue": "https://github.com/appit-online/appit-ionic-plugin/issues",
"bugs": {
"url": "https://github.com/appit-online/appit-ionic-plugin/issues"
},
"keywords": [
"ionic",
"cordova",
"deploy",
"liveupdates",
"mobile",
"hybrid",
"ecosystem:cordova",
"cordova-android",
"cordova-ios"
],
"author": "AppIT",
"contributors": [],
"license": "MIT",
"devDependencies": {
"@angular/compiler": "^9.1.1",
"@angular/compiler-cli": "^9.1.1",
"@angular/core": "^7.2.15",
"@types/cordova": "0.0.34",
"jest": "^22.4.3",
"np": "^3.0.4",
"rimraf": "^2.6.2",
"sync-cordova-xml2": "0.0.2",
"ts-jest": "^22.4.2",
"tslint": "^5.9.1",
"tslint-ionic-rules": "0.0.14",
"typedoc": "^0.11.1",
"typedoc-plugin-markdown": "^1.1.6",
"watch": "^1.0.2"
},
"funding": {
"url": "https://paypal.me/dave7117",
"type": "paypal"
},
"jest": {
"globals": {
"ts-jest": {
"tsConfigFile": "tsconfig.json"
}
},
"moduleFileExtensions": [
"ts",
"js"
],
"transform": {
".(ts)": "./node_modules/ts-jest/preprocessor.js"
},
"testRegex": "tests/.*\\.(ts|js)$"
},
"dependencies": {
"typescript": "3.8.3"
}
}