-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 1021 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": "ig_bot",
"version": "1.0.0",
"description": "bot that connects to ig",
"main": "index.js",
"scripts": {
"start": "ts-node src/index.ts",
"dev": "nodemon --exec ts-node src/index.ts",
"test": "jest"
},
"author": "Gonzalo Alessandrelli",
"license": "ISC",
"dependencies": {
"@ffmpeg-installer/ffmpeg": "^1.1.0",
"@ffprobe-installer/ffprobe": "^2.1.2",
"@types/fluent-ffmpeg": "^2.1.24",
"axios": "^1.6.7",
"dotenv": "^16.4.1",
"faker": "^6.6.6",
"fluent-ffmpeg": "^2.1.2",
"instagram-private-api": "^1.45.3",
"node-cron": "^3.0.3",
"openai": "^4.26.0",
"sharp": "^0.33.2"
},
"devDependencies": {
"@faker-js/faker": "^8.4.0",
"@types/faker": "^6.6.9",
"@types/file-type": "^10.9.1",
"@types/jest": "^29.5.11",
"@types/mmmagic": "^0.4.33",
"@types/node": "^20.11.6",
"@types/node-cron": "^3.0.11",
"nodemon": "^3.0.3",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
}
}