{
    "name": "@wingyi8/sunking",
    "version": "2.1.4",
    "description": "sunking网络模块封装",
    "main": "lib/index.js",
    "types": "src/index",
    "scripts": {
        "test": "echo \"Error: no test specified\" && exit 1",
        "build": "rm -rf lib && tsc -p ."
    },
    "author": "Shao",
    "license": "ISC",
    "dependencies": {
        "@wingyi8/sk-logger": "^1.1.5",
        "ws": "^8.18.3"
    },
    "devDependencies": {
        "@types/ws": "^8.18.1",
        "ts-node": "^10.9.2",
        "typescript": "^4.9.5"
    }
}