1 | {
|
2 | "name": "pinus-rpc",
|
3 | "version": "1.4.4",
|
4 | "main": "./dist/index",
|
5 | "types": "./lib/index",
|
6 | "files": [
|
7 | "dist",
|
8 | "lib",
|
9 | "test",
|
10 | "sample",
|
11 | "index.ts"
|
12 | ],
|
13 | "scripts": {
|
14 | "build": "tsc",
|
15 | "start": "yarn run build && node dist/index",
|
16 | "lint": "node_modules/.bin/tslint --format prose -c ../../tslint.json lib/**/*.ts test/**/*.ts sample/**/*.ts",
|
17 | "fix-lint": "node_modules/.bin/tslint --format prose -c ../../tslint.json lib/**/*.ts test/**/*.ts sample/**/*.ts --fix",
|
18 | "test": "yarn run build",
|
19 | "cov": "nyc mocha",
|
20 | "ci": "yarn run test",
|
21 | "gen-api-ref": "node ../../node_modules/typedoc/bin/typedoc --mode file --hideGenerator --excludeExternals --ignoreCompilerErrors --out ../../run/site/public/api-reference/pinus-rpc lib/"
|
22 | },
|
23 | "dependencies": {
|
24 | "@types/async": "^3.0.0",
|
25 | "@types/bluebird": "^3.5.19",
|
26 | "@types/crc": "^3.4.0",
|
27 | "@types/node": "8.10.54",
|
28 | "@types/socket.io": "^2.1.4",
|
29 | "@types/socket.io-client": "^1.4.32",
|
30 | "@types/uuid": "^3.4.3",
|
31 | "@types/ws": "^6.0.0",
|
32 | "async": "^3.0.0",
|
33 | "bearcat-buffer": "^0.1.x",
|
34 | "bluebird": "^3.5.1",
|
35 | "crc": "^0.2.1",
|
36 | "mqtt-connection": "^3.2.0",
|
37 | "pinus-loader": "^1.4.4",
|
38 | "pinus-logger": "^1.4.4",
|
39 | "socket.io": "^2.3.0",
|
40 | "source-map-support": "^0.5.0",
|
41 | "stream-pkg": "0.0.5",
|
42 | "uuid": "^3.1.0",
|
43 | "ws": "^7.0.0"
|
44 | },
|
45 | "devDependencies": {
|
46 | "mocha": "6.2.2",
|
47 | "should": "13.2.3",
|
48 | "tslint": "5.20.1",
|
49 | "typescript": "3.7.3"
|
50 | },
|
51 | "gitHead": "95a6c2dab30da81f7a5456f492cd41587dbeb037"
|
52 | }
|