Files
instasync/package.json
2023-01-01 07:13:01 +00:00

14 lines
264 B
JSON

{
"name": "instasync",
"version": "1.0.0",
"main": "sync.js",
"license": "MIT",
"dependencies": {
"@tryghost/admin-api": "^1.13.2",
"axios": "^1.2.1",
"mysql2": "^2.3.3",
"nodejs-file-downloader": "^4.10.3",
"slugify": "^1.6.5"
}
}