-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.15 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.15 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
{
"name": "@nocom_bot/mod_fbmsg_legacy",
"version": "0.0.1",
"description": "[WIP] v1 Spec-compliant Facebook Messenger (legacy protocol) interface module for NOCOM_BOT",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NOCOM-BOT/mod_fbmsg_legacy.git"
},
"keywords": [
"nocom",
"bot",
"chat",
"facebook"
],
"author": "BadAimWeeb",
"license": "MIT",
"bugs": {
"url": "https://github.com/NOCOM-BOT/mod_fbmsg_legacy/issues"
},
"homepage": "https://github.com/NOCOM-BOT/mod_fbmsg_legacy#readme",
"type": "module",
"dependencies": {
"cheerio": "^1.0.0-rc.12",
"fca-unofficial": "^1.3.10",
"node-fetch": "^3.2.10",
"speakeasy": "^2.0.0",
"stream-buffers": "^3.0.2",
"tough-cookie": "^4.1.2"
},
"devDependencies": {
"@tsconfig/node18": "^1.0.1",
"@types/node": "^18.7.14",
"@types/speakeasy": "^2.0.7",
"@types/stream-buffers": "^3.0.4",
"@types/tough-cookie": "^4.0.2",
"typescript": "^4.8.2"
}
}