{
    "name": "@flexn/sdk",
    "version": "0.17.0",
    "description": "Flexn SDK",
    "main": "lib/index",
    "types": "lib/index",
    "scripts": {
        "watch": "tsc --watch --preserveWatchOutput",
        "build": "yarn clean && yarn compile",
        "clean": "rm -rf ./lib && rm -rf tsconfig.tsbuildinfo",
        "compile": "tsc -b tsconfig.json",
        "compile:prod": "tsc -b tsconfig.prod.json"
    },
    "files": [
        "lib",
        "ios",
        "android",
        "!android/build",
        "pluginTemplates",
        "FlexnSDK.podspec",
        "renative.plugin.json"
    ],
    "publishConfig": {
        "access": "public"
    },
    "repository": {
        "directory": "packages/sdk",
        "type": "git",
        "url": "git+https://github.com/flexn-io/flexn.git"
    },
    "keywords": [],
    "author": "Flexn BV",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/flexn-io/flexn/issues"
    },
    "homepage": "https://github.com/flexn-io/flexn#readme",
    "dependencies": {
        "@lightningjs/core": "^2.6.0",
        "@lightningjs/sdk": "4.3.3",
        "@lightningjs/ui-components": "^1.2.1",
        "lodash-es": "4.17.21",
        "lodash.debounce": "^4.0.8",
        "lodash.throttle": "^4.0.8",
        "ts-object-utils": "0.0.5"
    },
    "peerDependencies": {
        "react": "^17.0.2",
        "react-native": "0.67.2"
    },
    "gitHead": "ea6144e59df2993aea1c1d6755ddaf92d781edb1"
}
