{
    "name": "@codesandbox/pitcher-protocol",
    "version": "0.360.4",
    "repository": {
        "type": "git",
        "url": "ssh://git@github.com/codesandbox/pitcher.git",
        "directory": "packages/pitcher-protocol"
    },
    "license": "GPL-3.0",
    "main": "dist/src/index.js",
    "types": "dist/src/index.d.ts",
    "files": [
        "dist"
    ],
    "scripts": {
        "build": "yarn clean && yarn compile",
        "clean": "rm -fr ./dist",
        "compile": "tsc -b tsconfig.build.json",
        "test": "jest"
    },
    "dependencies": {
        "@codesandbox/pitcher-common": "0.360.2",
        "@msgpack/msgpack": "^2.7.1"
    }
}
