Spaces:
Paused
Paused
Delete package.json
Browse files- package.json +0 -32
package.json
DELETED
@@ -1,32 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"name": "stremio-addon-manager",
|
3 |
-
"version": "1.0.0",
|
4 |
-
"description": "A web application to manage Stremio addons",
|
5 |
-
"main": "app.js",
|
6 |
-
"scripts": {
|
7 |
-
"start": "node app.js",
|
8 |
-
"dev": "nodemon app.js",
|
9 |
-
"test": "echo \"Error: no test specified\" && exit 1"
|
10 |
-
},
|
11 |
-
"keywords": [
|
12 |
-
"stremio",
|
13 |
-
"addon",
|
14 |
-
"manager"
|
15 |
-
],
|
16 |
-
"author": "",
|
17 |
-
"license": "MIT",
|
18 |
-
"dependencies": {
|
19 |
-
"bcryptjs": "^2.4.3",
|
20 |
-
"cors": "^2.8.5",
|
21 |
-
"dotenv": "^16.4.7",
|
22 |
-
"express": "^4.18.2",
|
23 |
-
"express-session": "^1.17.3",
|
24 |
-
"mongoose": "^8.9.5",
|
25 |
-
"node-fetch": "^2.6.1",
|
26 |
-
"winston": "^3.17.0",
|
27 |
-
"winston-daily-rotate-file": "^5.0.0"
|
28 |
-
},
|
29 |
-
"devDependencies": {
|
30 |
-
"nodemon": "^2.0.22"
|
31 |
-
}
|
32 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|