-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 990 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
{
"name": "bordeaux",
"description": "Simple TV Shows manager with Transmission, Trakt and Plex integration",
"author": "Damien BATTISTELLA <[email protected]>",
"version": "0.1.0",
"license": "MIT",
"scripts": {
"start": "concurrently \"node dist/backend\" \"node dist/frontend\""
},
"dependencies": {
"bordeaux-backend": "0.1.3",
"bordeaux-frontend": "^0.1.2",
"express": "^4.17.1"
},
"devDependencies": {
"@commitlint/cli": "^8.3.5",
"@commitlint/config-conventional": "^8.3.4",
"concurrently": "^5.2.0",
"eslint": "^6.8.0",
"husky": "^4.2.5"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Wifsimster/bordeaux.git"
},
"bugs": {
"url": "https://github.com/Wifsimster/bordeaux/issues"
},
"homepage": "https://github.com/Wifsimster/bordeaux#readme",
"eslintIgnore": [
"liga.js"
],
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
}
}