-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.94 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.94 KB
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
58
59
60
61
62
63
64
65
66
{
"name": "telegram",
"version": "1.0.0-alpha.2",
"description": "NodeJS MTProto API Telegram client library,",
"main": "index.js",
"scripts": {
"test": "jest",
"postinstall": "npm run tsc",
"tsc": "tsc",
"lint": "eslint .",
"generate": "node ./gramjs/tl/types-generator/generate.js"
},
"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",
"devDependencies": {
"@babel/core": "^7.10.2",
"@babel/plugin-proposal-class-properties": "^7.7.0",
"@babel/preset-env": "^7.10.2",
"@babel/preset-react": "^7.10.1",
"@babel/preset-typescript": "^7.10.1",
"@types/croppie": "^2.5.4",
"@types/css-font-loading-module": "0.0.2",
"@types/dom-mediacapture-record": "^1.0.3",
"@types/resize-observer-browser": "^0.1.3",
"@typescript-eslint/eslint-plugin": "^2.6.1",
"@typescript-eslint/parser": "^2.6.1",
"autoprefixer": "^9.8.0",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.1.0",
"eslint": "^7.2.0",
"eslint-config-airbnb-typescript": "^6.0.0",
"eslint-config-react-app": "^5.0.2",
"eslint-import-resolver-webpack": "^0.12.1",
"eslint-plugin-flowtype": "^3.13.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-no-async-without-await": "^1.2.0",
"lint-staged": "^9.4.2",
"raw-loader": "^4.0.1",
"ts-loader": "^8.0.9",
"ts-node": "^8.9.1",
"typescript": "^3.9.7",
"url-loader": "^4.1.0",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11"
},
"dependencies": {
"@cryptography/aes": "^0.1.1",
"async-mutex": "^0.1.4",
"big-integer": "painor/BigInteger.js",
"browser-or-node": "^1.3.0",
"jest": "^26.6.3",
"pako": "^1.0.10",
"websocket": "^1.0.30"
}
}