This repository was archived by the owner on May 21, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.32 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.32 KB
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
{
"name": "streamable-api",
"version": "0.0.1",
"main": "./dist/main.js",
"author": "IMakeStuff",
"license": "MIT",
"scripts": {
"update": "git pull && yarn add git+https://github.com/TDanks2000/apollotv-extensions.git && pm2 restart api.streamable.moe",
"update:apollo": "yarn add git+https://github.com/TDanks2000/apollotv-extensions.git",
"start": "tsc && node ./dist/main.js",
"dev": "chcp 65001 && nodemon ./src/main.ts "
},
"dependencies": {
"@consumet/extensions": "https://github.com/tdanks2000/consumet.ts.git",
"@fastify/cors": "^8.4.0",
"@fastify/formbody": "^7.4.0",
"@prisma/client": "^5.3.1",
"@tdanks2000/anilist-wrapper": "1.0.18",
"@tdanks2000/fancyconsolelog": "^0.1.0",
"apollotv-providers": "git+https://github.com/TDanks2000/apollotv-extensions.git",
"axios": "^0.27.2",
"bcrypt": "^5.1.1",
"dotenv": "^16.3.1",
"fastify": "^4.21.0",
"fastify-socket.io": "^5.0.0",
"ioredis": "^5.3.2",
"jsonwebtoken": "^9.0.2",
"pino": "^8.15.4",
"pino-pretty": "^10.2.2",
"socket.io": "^4.7.2"
},
"devDependencies": {
"@types/bcrypt": "^5.0.0",
"@types/jsonwebtoken": "^9.0.3",
"@types/node": "^20.8.2",
"prisma": "^5.3.1",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
},
"engines": {
"node": ">=18.0.0"
}
}