forked from gram-js/gramjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.46 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
53
54
55
56
57
{
"name": "telegram",
"version": "1.0.0-alpha.2",
"description": "NodeJS MTProto API Telegram client library,",
"main": "index.js",
"scripts": {
"test": "jest",
"lint": "eslint .",
"postinstall": "node index.js gen tl errors"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gram-js/gramjs.git"
},
"browser": {
"fs": false
},
"license": "MIT",
"bugs": {
"url": "https://github.com/gram-js/gramjs/issues"
},
"homepage": "https://github.com/gram-js/gramjs#readme",
"dependencies": {
"@babel/core": "^7.7.7",
"@babel/plugin-proposal-class-properties": "^7.7.0",
"@babel/preset-env": "^7.7.7",
"aes-js": "^3.1.2",
"babel-loader": "^8.0.6",
"babel-register": "^6.26.0",
"better-sqlite3": "^5.4.3",
"chalk": "^2.4.2",
"crc": "^3.8.0",
"csv-parse": "^4.4.6",
"fast-csv": "^3.4.0",
"glob": "^7.1.4",
"mime-types": "^2.1.25",
"net": "^1.0.2",
"node-gzip": "^1.1.2",
"node-rsa": "^1.0.6",
"python-struct": "^1.1.1",
"regenerator-runtime": "^0.13.3",
"sqlite3": "^4.1.1",
"stack-trace": "0.0.10",
"string-format": "^2.0.0",
"websocket": "^1.0.30"
},
"devDependencies": {
"@babel/plugin-transform-async-to-generator": "^7.7.0",
"babel-eslint": "^10.0.3",
"babel-jest": "^24.9.0",
"eslint": "^6.5.1",
"jest": "^24.9.0",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10",
"websocket-as-promised": "^0.10.1"
}
}