2022-09-12 22:45:42 +03:00
|
|
|
{
|
|
|
|
"name": "batch-publishing-node",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"author": "",
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
|
|
|
"axios": "^0.27.2",
|
2023-08-15 20:57:08 +03:00
|
|
|
"commander": "^11.0.0",
|
2022-09-12 22:45:42 +03:00
|
|
|
"dotenv": "^16.0.2",
|
|
|
|
"jsonwebtoken": "^8.5.1"
|
|
|
|
}
|
|
|
|
}
|