{
  "name": "cordova-plugin-lottie-splashscreen",
  "version": "0.10.0",
  "description": "Apache Cordova plugin to show Lottie animations as the splash screen with Airbnb's Lottie wrapper",
  "author": "Tim Brust <github@timbrust.de>",
  "license": "MIT",
  "types": "./types/index.d.ts",
  "scripts": {
    "prepare": "node -e \"try { require('husky').install() } catch (e) {if (e.code !== 'MODULE_NOT_FOUND') throw e}\"",
    "build": "tsc",
    "lint": "npm run lint:android && npm run lint:ios && npm run lint:typescript",
    "lint:android": "ktlint src/android",
    "lint:ios": "swiftlint",
    "lint:typescript": "eslint 'www/**/*.ts'",
    "prepublishOnly": "npm run build",
    "release": "standard-version -s -a"
  },
  "devDependencies": {
    "@commitlint/cli": "^17.4.4",
    "@commitlint/config-angular": "^17.4.4",
    "@types/cordova": "^11.0.0",
    "@typescript-eslint/eslint-plugin": "^5.52.0",
    "@typescript-eslint/parser": "^5.52.0",
    "eslint": "^8.34.0",
    "eslint-plugin-prettier": "^4.2.1",
    "husky": "^8.0.3",
    "lint-staged": "^13.1.2",
    "prettier": "^2.8.4",
    "replace": "^1.2.2",
    "standard-version": "^9.5.0",
    "typescript": "^4.9.5"
  },
  "cordova": {
    "id": "cordova-plugin-lottie-splashscreen",
    "platforms": [
      "android",
      "ios"
    ]
  },
  "engines": {
    "cordovaDependencies": {
      ">=0.8.0": {
        "cordova": ">= 9.0.0",
        "cordova-android": ">=8.0.0",
        "cordova-ios": ">=5.0.0",
        "apple-ios": ">=9.0.0"
      },
      ">=0.9.0": {
        "cordova": ">= 9.0.0",
        "cordova-android": ">=9.0.0",
        "cordova-ios": ">=5.0.0",
        "apple-ios": ">=9.0.0"
      },
      ">=0.10.0": {
        "cordova": ">= 9.0.0",
        "cordova-android": ">=9.0.0",
        "cordova-ios": ">=5.0.0",
        "apple-ios": ">=11.0.0"
      }
    }
  },
  "keywords": [
    "cordova",
    "cordova-plugin",
    "ecosystem:cordova",
    "cordova-android",
    "cordova-ios",
    "lottie",
    "lottie-android",
    "lottie-ios",
    "bodymovin",
    "swift",
    "kotlin"
  ],
  "repository": "timbru31/cordova-plugin-lottie-splashscreen",
  "bugs": {
    "url": "https://github.com/timbru31/cordova-plugin-lottie-splashscreen/issues"
  },
  "funding": "https://github.com/sponsors/timbru31"
}
