{
    "name": "samepage",
    "version": "0.75.7",
    "description": "Utilities that help your TFT's extension interface with the SamePage Network",
    "main": "index.js",
    "types": "index.d.ts",
    "sideEffects": false,
    "license": "MIT",
    "keywords": [
        "SamePage",
        "Roam",
        "Obsidian",
        "LogSeq"
    ],
    "bugs": {
        "url": "https://github.com/samepage-network/samepage.network/issues"
    },
    "homepage": "https://samepage.network/docs/developer",
    "engines": {
        "npm": ">=7.0.0",
        "node": ">=16.0.0"
    },
    "peerDependencies": {
        "@aws-sdk/client-ses": "^3.278.0",
        "@aws-sdk/client-s3": "^3.100.0",
        "@aws-sdk/client-lambda": "^3.278.0",
        "@blueprintjs/core": ">=3.50.4 <5",
        "@blueprintjs/select": ">=3.18.6 <5",
        "@ipld/dag-cbor": "^7.0.3",
        "@playwright/test": "1.29.0",
        "@types/jsdom": "^20.0.0",
        "@types/jsonwebtoken": "^8.5.9",
        "@types/moo": ">=0.5.5",
        "@types/react": ">=17",
        "@types/react-dom": ">=17",
        "@types/uuid": "3.4.0",
        "automerge": "^1.0.1-preview.7",
        "archiver": "^5.3.1",
        "axios": ">=0.27.2 <1",
        "c8": "^7.12.0",
        "debug": "^4.3.4",
        "diff": "^5.1.0",
        "dotenv": "^16.0.3",
        "esbuild": "0.17.14",
        "jsdom": "^20.0.0",
        "jsonwebtoken": "^8.5.1",
        "markdown-to-jsx": "^7.1.7",
        "moo": "^0.5.0",
        "node-fetch": "^2.6.7",
        "patch-package": "^6.5.0",
        "react": ">=17",
        "react-dom": ">=17",
        "tailwindcss": "3.3.2",
        "ts-node": "^10.9.1",
        "ws": "^7.5.9",
        "xml-js": "^1.6.11",
        "zod": "^3.19.1"
    },
    "bin": {
        "samepage": "./scripts/cli.js"
    }
}