UNPKG

1.48 kBJSONView Raw
1{
2 "name": "libfb",
3 "version": "2.3.0",
4 "description": "Facebook MQTT library for Node.js",
5 "repository": "https://github.com/ChatPlug/libfb-js",
6 "main": "dist/index.js",
7 "scripts": {
8 "test": "tslint -c tslint.json 'src/**/*.ts' && mocha -r ts-node/register test/**/*.ts",
9 "clean": "shx rm -rf dist/",
10 "compile": "tsc",
11 "generateDocs": "typedoc",
12 "prepare": "npm run clean && npm run compile"
13 },
14 "contributors": [
15 "alufers <alufers@wp.pl>",
16 "Filip Grzywok <rj23@protonmail.com>",
17 "Bjornskjald <github@bjorn.ml>"
18 ],
19 "dependencies": {
20 "buffer-hexdump": "^1.0.0",
21 "debug": "^4.1.1",
22 "length-stream": "^0.1.1",
23 "long": "^4.0.0",
24 "mime-types": "^2.1.24",
25 "node-fetch": "^2.6.0",
26 "strict-event-emitter-types": "^2.0.0",
27 "thrift": "^0.12.0",
28 "tslib": "^1.10.0"
29 },
30 "devDependencies": {
31 "@types/chai": "^4.1.7",
32 "@types/debug": "^4.1.4",
33 "@types/long": "^4.0.0",
34 "@types/mocha": "^5.2.7",
35 "@types/node": "^12.0.10",
36 "@types/node-fetch": "^2.3.7",
37 "@types/node-int64": "^0.4.29",
38 "@types/thrift": "^0.10.8",
39 "chai": "^4.2.0",
40 "console-stamp": "^0.2.9",
41 "mocha": "^6.1.4",
42 "shx": "^0.3.2",
43 "ts-node": "^8.3.0",
44 "tslint": "^5.18.0",
45 "tslint-config-standard": "^8.0.1",
46 "typedoc": "^0.14.2",
47 "typedoc-plugin-as-member-of": "^1.0.2",
48 "typedoc-plugin-sourcefile-url": "^1.0.4",
49 "typescript": "^3.5.2"
50 },
51 "license": "MIT"
52}