-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 787 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
{
"name": "yquem",
"version": "1.1.11",
"description": "Fetches subtitles for tv shows episodes from Beta Series.",
"main": "yquem.js",
"author": "BATTISTELLA Damien <[email protected]>",
"license": "MIT",
"scripts": {
"start": "node server.js",
"patch": "npm version patch && npm publish"
},
"devDependencies": {
"eslint": "^8.35.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Wifsimster/yquem.git"
},
"keywords": [
"javascript",
"node.js",
"tv-shows",
"tv",
"directory",
"path",
"subtitles"
],
"bugs": {
"url": "https://github.com/Wifsimster/yquem/issues"
},
"homepage": "https://github.com/Wifsimster/yquem#readme",
"dependencies": {
"date-fns": "^2.12.0"
}
}