UNPKG

1.43 kBJSONView Raw
1{
2 "name": "miscord",
3 "version": "4.4.1",
4 "description": "Facebook Messenger to Discord bridge",
5 "main": "index.js",
6 "scripts": {
7 "start": "node bin/index.js",
8 "postinstall": "node bin/postinstall.js",
9 "test": "standard",
10 "build": "node bin/build.js"
11 },
12 "repository": {
13 "type": "git",
14 "url": "https://github.com/miscord/miscord/"
15 },
16 "homepage": "https://miscord.net",
17 "keywords": [
18 "messenger",
19 "discord",
20 "javascript",
21 "discord.js",
22 "bridge",
23 "bot"
24 ],
25 "bin": {
26 "miscord": "bin/index.js"
27 },
28 "author": {
29 "name": "Bjornskjald",
30 "email": "github@bjorn.ml",
31 "url": "https://bjorn.ml/"
32 },
33 "license": "MIT",
34 "dependencies": {
35 "chalk": "^2.4.1",
36 "discord.js": "^11.4.2",
37 "dot-prop": "^4.2.0",
38 "emoji-strip": "^1.0.1",
39 "is-docker": "^1.1.0",
40 "js-yaml": "^3.12.0",
41 "libfb": "^1.4.6",
42 "minimist": "^1.2.0",
43 "mkdirp": "^0.5.1",
44 "remove-accents": "^0.4.2",
45 "request": "^2.88.0",
46 "semver": "^5.6.0",
47 "strip-ansi": "^5.0.0",
48 "sudo-block": "^2.0.0"
49 },
50 "devDependencies": {
51 "archiver": "^3.0.0",
52 "extract-zip": "^1.6.7",
53 "fs-extra": "^7.0.1",
54 "gh-release": "^3.4.0",
55 "pkg": "^4.3.5",
56 "standard": "^12.0.1",
57 "tmp": "0.0.33"
58 },
59 "standard": {
60 "globals": [
61 "config",
62 "messenger",
63 "discord",
64 "connections",
65 "logger"
66 ]
67 }
68}