UNPKG

1.97 kBJSONView Raw
1{
2 "name": "miscord-beta",
3 "version": "5.0.0-beta16",
4 "description": "Facebook Messenger to Discord bridge",
5 "main": "src/index.ts",
6 "scripts": {
7 "start": "node dist/bin/index.js",
8 "test": "tslint -c tslint.json 'src/**/*.ts'",
9 "build": "node dist/bin/build.js",
10 "clean": "shx rm -rf dist/",
11 "compile": "tsc",
12 "prepare": "npm run clean && npm run compile"
13 },
14 "repository": {
15 "type": "git",
16 "url": "https://github.com/miscord/miscord/"
17 },
18 "homepage": "https://miscord.net",
19 "keywords": [
20 "messenger",
21 "discord",
22 "javascript",
23 "discord.js",
24 "bridge",
25 "bot"
26 ],
27 "bin": {
28 "miscord-beta": "dist/bin/index.js"
29 },
30 "author": {
31 "name": "Bjornskjald",
32 "email": "github@bjorn.ml",
33 "url": "https://bjorn.ml/"
34 },
35 "license": "MIT",
36 "dependencies": {
37 "@sentry/node": "^5.1.2",
38 "basic-auth": "^2.0.1",
39 "bulma": "^0.7.5",
40 "chalk": "^2.4.2",
41 "discord.js": "^11.4.2",
42 "dot-prop": "^5.0.0",
43 "emoji-strip": "^1.0.1",
44 "fastify": "^2.3.0",
45 "fastify-static": "^2.4.0",
46 "fs-extra": "^7.0.1",
47 "is-docker": "^2.0.0",
48 "is-npm": "^3.0.0",
49 "js-yaml": "^3.13.1",
50 "libfb": "^2.2.0",
51 "minimist": "^1.2.0",
52 "node-fetch": "^2.5.0",
53 "remove-accents": "^0.4.2",
54 "semver": "^6.0.0",
55 "strip-ansi": "^5.2.0",
56 "sudo-block": "^3.0.0",
57 "tmp": "^0.1.0"
58 },
59 "devDependencies": {
60 "@types/archiver": "^2.1.3",
61 "@types/basic-auth": "^1.1.2",
62 "@types/extract-zip": "^1.6.2",
63 "@types/fs-extra": "^5.0.5",
64 "@types/js-yaml": "^3.12.1",
65 "@types/node": "^11.13.9",
66 "@types/node-fetch": "^2.3.3",
67 "@types/semver": "^6.0.0",
68 "@types/tmp": "^0.1.0",
69 "archiver": "^3.0.0",
70 "extract-zip": "^1.6.7",
71 "gh-release": "^3.5.0",
72 "pkg": "^4.3.8",
73 "shx": "^0.3.2",
74 "ts-node": "^8.1.0",
75 "tslint": "^5.16.0",
76 "tslint-config-standard": "^8.0.1",
77 "typescript": "^3.4.5"
78 }
79}