{
    "name": "@glue42/core",
    "version": "5.13.1",
    "description": "Glue42 core library",
    "main": "dist/core.umd.js",
    "module": "dist/core.es.js",
    "types": "./glue.d.ts",
    "keywords": [
        "glue",
        "glue42",
        "desktop",
        "interop",
        "context"
    ],
    "homepage": "https://glue42.com/",
    "scripts": {
        "tslint": "tslint -t codeFrame ./src/**/*.ts",
        "validate-changelog": "node ./scripts/validate-config.js",
        "docs": "typedoc --options typedoc.json ./src",
        "preversion": "npm run validate-changelog && npm run build && npm run test && npm run audit",
        "version": "npm run build",
        "test": "echo no tests found",
        "test:V1": "npm run build:tests && mocha ./tests/ --recursive --exit",
        "coverage": "nyc npm run test",
        "publish:beta": "npm publish --tag beta",
        "build": "npm run tslint && tsc -p ./tsconfig.json && rollup -c",
        "build:tests": "tsc -p ./tsconfig.test.json",
        "audit": "echo no audit found",
        "audit:V1": "node ../../scripts/audit/index.js"
    },
    "author": {
        "name": "Glue42",
        "url": "https://www.glue42.com"
    },
    "license": "MIT",
    "publishConfig": {
        "registry": "https://registry.npmjs.org"
    },
    "dependencies": {
        "callback-registry": "^2.7.2",
        "shortid": "^2.2.16",
        "ws": "^8.12.1"
    },
    "devDependencies": {
        "@glue42/gateway-ws": "^3.0.17",
        "@rollup/plugin-commonjs": "^23.0.4",
        "@rollup/plugin-json": "^5.0.2",
        "@rollup/plugin-node-resolve": "^15.0.1",
        "@rollup/plugin-terser": "^0.2.0",
        "@types/chai": "^4.3.4",
        "@types/lodash.clonedeep": "^4.5.7",
        "@types/lodash.isequal": "^4.5.6",
        "@types/lodash.ismatch": "^4.4.7",
        "@types/mocha": "^10.0.1",
        "@types/node": "^18.11.15",
        "@types/shortid": "^0.0.29",
        "chai": "^4.3.7",
        "chai-subset": "^1.6.0",
        "deep-equal": "^2.1.0",
        "lodash.clonedeep": "^4.5.0",
        "lodash.isequal": "^4.5.0",
        "lodash.ismatch": "^4.4.0",
        "mocha": "^10.2.0",
        "nyc": "^15.1.0",
        "rollup": "^3.7.4",
        "rollup-plugin-delete": "^2.0.0",
        "rollup-plugin-typescript2": "^0.34.1",
        "tslint": "^6.1.3",
        "typescript": "^4.9.4"
    }
}
