-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.34 KB
/
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
44
45
46
47
48
49
50
51
52
{
"name": "plex-2-discord",
"version": "1.0.0",
"description": "Plex events to Discord Webhooks",
"main": "build/server.js",
"dependencies": {
"axios": "^0.17.0",
"blipp": "^2.3.0",
"boom": "^7.1.1",
"config": "^1.27.0",
"good": "^7.3.0",
"good-console": "^6.4.0",
"good-squeeze": "^5.0.2",
"hapi": "^16.6.2",
"hapi-router": "^3.5.0",
"lodash.get": "^4.4.2",
"movie-art": "^1.0.6",
"tmdb": "^2.2.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-eslint": "^7.2.3",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-env": "^1.6.1",
"eslint": "^4.11.0",
"eslint-config-rizowski": "^1.0.2",
"nodemon": "^1.12.1",
"source-map-support": "^0.5.0"
},
"scripts": {
"start": "node build/server.js",
"local": "nodemon .",
"build": "babel src -d build -s inline",
"test": "NODE_ENV=test echo \"Error: no test specified\" && exit 1",
"lint": "esw --fix --quiet"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rizowski/plex-2-discord.git"
},
"keywords": [
"discord",
"plex"
],
"author": "Colten Rouska",
"license": "MIT",
"bugs": {
"url": "https://github.com/rizowski/plex-2-discord/issues"
},
"homepage": "https://github.com/rizowski/plex-2-discord#readme"
}