{
  "name": "alar",
  "version": "6.13.6",
  "description": "Auto-Load And Remote.",
  "main": "dist/index.js",
  "types": "src/index.ts",
  "scripts": {
    "prepublishOnly": "tsc",
    "pretest": "node test/pretest.js",
    "test": "npx mocha test/.build/test",
    "posttest": "node test/posttest.js"
  },
  "engines": {
    "node": ">=8.3"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hyurl/alar.git"
  },
  "keywords": [
    "module",
    "proxy",
    "auto-load",
    "hot-reload",
    "micro-service",
    "ipc",
    "rpc",
    "remote"
  ],
  "author": "Ayon Lee <i@hyurl.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/hyurl/alar/issues"
  },
  "homepage": "https://github.com/hyurl/alar#readme",
  "dependencies": {
    "@hyurl/structured-clone": "^0.2.8",
    "@hyurl/utils": "^0.2.8",
    "@types/backoff": "^2.5.1",
    "@types/fs-extra": "^8.1.1",
    "advanced-collections": "^0.1.2",
    "backoff": "^2.5.0",
    "bsp": "^1.3.0",
    "check-iterable": "^1.0.2",
    "chokidar": "^3.4.3",
    "fs-extra": "^8.1.0",
    "is-socket-reset-error": "^0.1.1",
    "js-magic": "^1.1.1",
    "lodash": "^4.17.20",
    "sequid": "^1.0.1",
    "string-hash": "^1.1.3",
    "thenable-generator": "^0.4.0",
    "tslib": "^1.14.1"
  },
  "devDependencies": {
    "@types/lodash": "^4.14.162",
    "@types/mocha": "^5.2.7",
    "@types/node": "^14.14.2",
    "bson": "^4.2.0",
    "fron": "^0.2.4",
    "mocha": "^5.2.0",
    "source-map-support": "^0.5.19",
    "typescript": "^4.0.3"
  }
}
