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