{
  "name": "ceres.provider.node.longpoll",
  "version": "1.1.4",
  "description": "Long polling transport for ceres.provider based on nodejs",
  "main": "./dist/transport.js",
  "types": "./dist/transport.d.ts",
  "scripts": {
    "build-ts": "tsc -p ./tsconfig.json",
    "build-ts:watch": "tsc -p ./tsconfig.json -w",
    "test:unit": "./node_modules/.bin/jasmine-ts",
    "tslint": "./node_modules/.bin/tslint -c tslint.json './src/**/*{.ts,.tsx}'"
  },
  "author": "Dmitry Astafyev (D.Astafyev@outlook.com)",
  "license": "Apache 2",
  "devDependencies": {
    "@types/jasmine": "^3.5.14",
    "@types/node": "^14.11.10",
    "jasmine": "^3.6.2",
    "jasmine-core": "^3.6.0",
    "jasmine-ts": "^0.3.0",
    "ts-node": "^9.0.0",
    "tslint": "^6.1.3",
    "typescript": "^4.0.3"
  },
  "dependencies": {
    "ceres.provider": "latest"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/DmitryAstafyev/ceres.git"
  },
  "keywords": [
    "network",
    "protocol",
    "JSON",
    "binary",
    "typescript",
    "encode",
    "decode",
    "converting",
    "validation",
    "server",
    "provider",
    "http",
    "https",
    "ws",
    "wss",
    "longpolling"
  ]
}
