{
    "name": "@akylas/nativescript-android-runtime",
    "description": "NativeScript for Android using v8",
    "version": "8.9.2",
    "repository": {
        "type": "git",
        "url": "https://github.com/Akylas/nativescript-android-runtime"
    },
    "files": [
        "**/*"
    ],
    "version_info": {
        "v8": "10.3.22.0",
        "gradle": "8.14.3",
        "gradleAndroid": "8.12.1",
        "ndk": "27.2.12479018",
        "ndkApiLevel": "21",
        "minSdk": "21",
        "compileSdk": "35",
        "buildTools": "35.0.0",
        "kotlin": "2.2.20"
    },
    "// this gradle key is here for backwards compatibility - we'll phase it out slowly...": "",
    "gradle": {
        "version": "8.14.3",
        "android": "8.12.1"
    },
    "scripts": {
        "version": "standard-version"
    },
    "devDependencies": {
        "conventional-changelog-cli": "^5.0.0",
        "dayjs": "^1.11.7",
        "semver": "^7.6.2",
        "standard-version": "^9.5.0"
    },
    "workspaces": [
        "test-app/build-tools/jsparser"
    ]
}