-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 913 Bytes
/
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
{
"name": "azsa",
"version": "0.0.13-b",
"description": "New Unoffical Facebook API",
"main": "build/index.js",
"types": "src/@types/index.d.ts",
"prepublish": "tsc",
"dependencies": {
"@types/mqtt": "^2.5.0",
"@types/qs": "^6.9.4",
"@types/request": "^2.48.5",
"@types/websocket": "^1.0.1",
"dotenv": "^8.2.0",
"fs": "0.0.1-security",
"mqtt": "^4.2.1",
"qs": "^6.9.4",
"request": "^2.88.2",
"websocket": "^1.0.32",
"websocket-stream": "^5.5.2"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/skyneko/Azsa"
},
"keywords": [
"facebook",
"api",
"messenger",
"api",
"new",
"messenger",
"api",
"messenger",
"facebook",
"facebook-chat-api"
],
"author": "yui421",
"license": "ISC"
}