Spaces:
Sleeping
Sleeping
File size: 446 Bytes
71ee17a 5b89d2a 71ee17a | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | {
"name": "instagram",
"version": "1.0.0",
"description": "",
"main": "script.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"axios": "^1.16.1",
"cors": "^2.8.6",
"dotenv": "^17.4.2",
"express": "^5.2.1",
"fluent-ffmpeg": "^2.1.3",
"jimp": "^1.6.1",
"node-cron": "^4.2.1"
}
}
|