{
    "name": "burpanet",
    "version": "1.0.0",
    "description": "Sending requests and messages and receiving responses over http, websockets and local calls.",
    "main": "lib/index.js",
    "type": "module",
    "directories": {
        "test": "../../node_modules/burpanet/burpanet/.output/tests"
    },
    "scripts": {
        "build": "tsc -b",
        "clean": "rm -r lib || true",
        "pretest": "tsc --project tsconfig.test.json",
        "test": "node --experimental-vm-modules ../../node_modules/jest/bin/jest.js"
    },
    "author": "Polyjuice AB",
    "license": "UNLICENSED",
    "devDependencies": {
        "@types/jest": "^27.5.1",
        "@types/node": "^14.14.45",
        "@types/node-localstorage": "^1.3.0",
        "@types/resize-observer-browser": "^0.1.5",
        "@types/ws": "^7.4.0",
        "jest": "^27.2.5",
        "typescript": "^4.6.4"
    },
    "dependencies": {
        "functional": "*",
        "worlds-fastest-router": "*"
    },
    "jest": {
        "verbose": true,
        "testMatch": [
            "**/__tests__/**/*.[j]s?(x)",
            "**/?(*.)+(spec|test).[j]s?(x)"
        ]
    }
}