{
    "name": "svelte-native",
    "version": "1.0.29",
    "description": "Svelte integration for NativeScript",
    "author": "David Pershouse",
    "license": "MIT",
    "sideEffects": false,
    "peerDependencies": {
        "@nativescript/core": "^8.5.9",
        "svelte": "^4.2.8"
    },
    "keywords": [
        "nativescript",
        "svelte"
    ],
    "homepage": "https://github.com/halfnelson/svelte-native",
    "repository": {
        "type": "git",
        "url": "https://github.com/halfnelson/svelte-native.git"
    },
    "main": "index.js",
    "types": "index.d.ts"
}