UNPKG

1.43 kBJSONView Raw
1{
2 "name": "libfb",
3 "version": "2.0.5",
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 "mime-types": "^2.1.24",
24 "node-fetch": "^2.5.0",
25 "strict-event-emitter-types": "^2.0.0",
26 "thrift": "^0.12.0",
27 "tslib": "^1.9.3"
28 },
29 "devDependencies": {
30 "@types/chai": "^4.1.7",
31 "@types/debug": "^4.1.4",
32 "@types/mocha": "^5.2.6",
33 "@types/node": "^12.0.0",
34 "@types/node-fetch": "^2.3.3",
35 "@types/node-int64": "^0.4.29",
36 "@types/thrift": "^0.10.8",
37 "chai": "^4.2.0",
38 "console-stamp": "^0.2.7",
39 "mocha": "^6.1.4",
40 "shx": "^0.3.2",
41 "ts-node": "^8.1.0",
42 "tslint": "^5.16.0",
43 "tslint-config-standard": "^8.0.1",
44 "typedoc": "^0.14.2",
45 "typedoc-plugin-as-member-of": "^1.0.2",
46 "typedoc-plugin-sourcefile-url": "^1.0.4",
47 "typescript": "^3.4.5"
48 },
49 "license": "MIT"
50}