{
    "name": "linkedstate",
    "version": "2.0.9",
    "description": "Context alternative for react. Link multiple states within components using a unique key, and set them/update them globally.",
    "main": "dist/index",
    "source": "src/index.js",
    "typings": "src/global.d.ts",
    "repository": "jonseppanen/linkedState",
    "keywords": [
        "context",
        "linked",
        "state",
        "react",
        "synced"
    ],
    "scripts": {
        "test": "echo \"Error: no test specified\"",
        "build": "babel src -d dist"
    },
    "author": "jonseppanen",
    "license": "MIT",
    "peerDependencies": {
        "react": "^17.0.0"
    },
    "devDependencies": {
        "@babel/cli": "^7.16.0",
        "@babel/core": "^7.16.0",
        "@babel/preset-env": "^7.16.4",
        "react": "^17.0.0",
        "react-dom": "^17.0.0"
    }
}
