@purchasely/cordova-plugin-purchasely
Version:
Purchasely is a solution to ease the integration and boost your In-App Purchases & Subscriptions on the App Store, Google Play Store, Amazon Appstore and Huawei App Gallery.
37 lines (36 loc) • 972 B
JSON
{
"name": "io.purchasely.sample",
"displayName": "HelloCordova",
"version": "1.0.0",
"description": "A sample Apache Cordova application that responds to the deviceready event.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"ecosystem:cordova"
],
"author": "Apache Cordova Team",
"license": "Apache-2.0",
"devDependencies": {
"@purchasely/cordova-plugin-purchasely": "file:..",
"@purchasely/cordova-plugin-purchasely-google": "file:../../purchasely-google",
"cordova-android": "^14.0.1",
"cordova-ios": "^8.0.0",
"cordova-plugin-purchasely": "file:..",
"cordova-plugin-purchasely-google": "file:../../purchasely-google"
},
"overrides": {
"@xmldom/xmldom": "^0.9.8",
"plist": "^3.1.1"
},
"cordova": {
"plugins": {
"@purchasely/cordova-plugin-purchasely-google": {}
},
"platforms": [
"android",
"ios"
]
}
}