{
    "name": "openfin-adapter",
    "version": "32.76.10",
    "license": "SEE LICENSE IN LICENSE.MD",
    "main": "./src/main.js",
    "types": "./src/main.d.ts",
    "scripts": {
        "test": "grunt test",
        "repl": "grunt repl",
        "path": "PATH",
        "doc": "cd .. && npm run doc && cp -r out/docs js-adapter && cd js-adapter"
    },
    "engines": {
        "node": ">=16.10.0"
    },
    "devDependencies": {
        "fdc3v1": "npm:@finos/fdc3@^1.2.0",
        "fdc3v2": "npm:@finos/fdc3@^2.0.0-beta.2",
        "@openfin/mocha-gunit-like-reporter": "^1.0.1",
        "@types/jquery": "^3.3.31",
        "@types/lodash": "^4.14.171",
        "@types/mocha": "^9.0.0",
        "@types/rimraf": "0.0.28",
        "@types/sinon": "^1.16.34",
        "@types/ws": "~0.0.36",
        "colors": "^1.4.0",
        "events": "^3.0.0",
        "grunt": "^1.0.4",
        "grunt-mocha-test": "^0.13.3",
        "http-server": "^0.11.1",
        "jsdoc": "3.5.5",
        "mocha": "^9.1.2",
        "mocha-junit-reporter": "^2.1.1",
        "ps-node": "^0.1.6",
        "rimraf": "^2.6.2",
        "shelljs": "^0.8.2",
        "sinon": "^6.1.3",
        "should": "^13.2.1"
    },
    "dependencies": {
        "@types/node": "^16.0.0",
        "lodash": "^4.17.21",
        "ws": "^7.3.0"
    }
}
