{
    "name": "webcface",
    "version": "1.12.0",
    "description": "WebCFace client library for Node.js and browser",
    "type": "module",
    "main": "dist/src/index.js",
    "types": "dist/src/index.d.ts",
    "sideEffects": false,
    "scripts": {
        "test": "npm run build && c8 mocha \"dist/test/*.spec.js\"",
        "build": "tsc",
        "wbuild": "webpack",
        "prepare": "npm run build && npm run wbuild",
        "lint": "eslint src test example",
        "typedoc": "typedoc --out ./docs/ ./src/"
    },
    "engines": {
        "node": ">=16"
    },
    "files": [
        "dist/src",
        "dist/webcface.bundle.*",
        "dist/package.json"
    ],
    "author": "na-trium-144",
    "license": "MIT",
    "devDependencies": {
        "@eslint/eslintrc": "^3.1.0",
        "@eslint/js": "^9.11.1",
        "@types/chai": "^5.0.1",
        "@types/lodash.isequal": "^4.5.6",
        "@types/mocha": "^10.0.1",
        "@types/websocket": "^1.0.5",
        "@types/ws": "^8.5.5",
        "@typescript-eslint/eslint-plugin": "^8.16.0",
        "@typescript-eslint/parser": "^8.16.0",
        "c8": "^10.1.2",
        "chai": "^5.0.0",
        "eslint": "^9.16.0",
        "log4js": "^6.9.1",
        "mocha": "^11.0.1",
        "ts-loader": "^9.5.1",
        "tsconfig-paths-webpack-plugin": "^4.1.0",
        "typedoc": "^0.27.6",
        "typescript": "^5.3.3",
        "util": "^0.12.5",
        "webpack": "^5.93.0",
        "webpack-cli": "^6.0.1",
        "ws": "^8.14.1"
    },
    "dependencies": {
        "@ygoe/msgpack": "^1.0.3",
        "eventemitter3": "^5.0.1",
        "lodash.isequal": "^4.5.0",
        "mathjs": "^13.0.1",
        "websocket": "^1.0.34"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/na-trium-144/webcface-js.git"
    },
    "bugs": {
        "url": "https://github.com/na-trium-144/webcface-js/issues"
    },
    "homepage": "https://github.com/na-trium-144/webcface-js#readme"
}
