UNPKG

1.67 kBJSONView Raw
1{
2 "name": "alar",
3 "version": "6.9.0",
4 "description": "Auto-Load And Remote.",
5 "main": "dist/index.js",
6 "types": "src/index.ts",
7 "scripts": {
8 "prepublishOnly": "tsc",
9 "pretest": "mkdir -p ./test/.bin/test/ && cp -R ./test/json ./test/.bin/test && tsc -p test",
10 "test": "mocha --exit test/.bin/test",
11 "posttest": "rm -rf ./test/.bin"
12 },
13 "engines": {
14 "node": ">=8.3"
15 },
16 "repository": {
17 "type": "git",
18 "url": "git+https://github.com/hyurl/alar.git"
19 },
20 "keywords": [
21 "module",
22 "proxy",
23 "auto-load",
24 "hot-realod",
25 "micro-service",
26 "ipc",
27 "rpc",
28 "remote"
29 ],
30 "author": "Ayon Lee <i@hyurl.com>",
31 "license": "MIT",
32 "bugs": {
33 "url": "https://github.com/hyurl/alar/issues"
34 },
35 "homepage": "https://github.com/hyurl/alar#readme",
36 "dependencies": {
37 "@hyurl/structured-clone": "^0.2.2",
38 "@hyurl/utils": "^0.1.44",
39 "@types/backoff": "^2.5.1",
40 "@types/fs-extra": "^8.1.0",
41 "advanced-collections": "^0.1.2",
42 "backoff": "^2.5.0",
43 "bsp": "^1.2.0",
44 "check-iterable": "^1.0.2",
45 "chokidar": "^3.4.0",
46 "could-be-class": "^0.1.4",
47 "fs-extra": "^8.1.0",
48 "is-socket-reset-error": "^0.1.1",
49 "js-magic": "^1.1.1",
50 "lodash": "^4.17.15",
51 "sequid": "^1.0.1",
52 "string-hash": "^1.1.3",
53 "thenable-generator": "^0.4.0",
54 "tslib": "^1.11.1"
55 },
56 "devDependencies": {
57 "@types/lodash": "^4.14.150",
58 "@types/mocha": "^5.2.7",
59 "@types/node": "^12.12.37",
60 "bson": "^4.0.4",
61 "fron": "^0.2.4",
62 "mocha": "^5.2.0",
63 "sleep-promise": "^8.0.1",
64 "source-map-support": "^0.5.19",
65 "typescript": "^3.8.3"
66 }
67}