-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 991 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
39
{
"name": "ktuvit-stremio",
"version": "0.1.2",
"description": "An unofficial Stremio addon for ktuvit.me",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js",
"devStart": "nodemon index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/maormagori/ktuvit-stremio.git"
},
"keywords": [
"stremio"
],
"author": "Maor Magori",
"license": "MIT",
"bugs": {
"url": "https://github.com/maormagori/ktuvit-stremio/issues"
},
"homepage": "https://github.com/maormagori/ktuvit-stremio#readme",
"devDependencies": {
"eslint": "^8.38.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "2.8.7"
},
"dependencies": {
"config": "^3.3.9",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"express": "^4.21.1",
"fastest-levenshtein": "^1.0.16",
"ktuvit-api": "^0.4.1",
"winston": "^3.8.2"
}
}