You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
516 B
24 lines
516 B
{ |
|
"name": "sanarollcall", |
|
"version": "1.0.0", |
|
"description": "", |
|
"main": "index.js", |
|
"type": "module", |
|
"scripts": { |
|
"test": "echo \"Error: no test specified\" && exit 1", |
|
"start": "pm2 start server.js" |
|
}, |
|
"keywords": [], |
|
"author": "", |
|
"license": "ISC", |
|
"dependencies": { |
|
"@nestjs/common": "^11.0.13", |
|
"async": "^3.2.6", |
|
"axios": "^1.8.4", |
|
"fastify": "^5.2.2", |
|
"form-data": "^4.0.2", |
|
"ioredis": "^5.6.0", |
|
"lodash": "^4.17.21", |
|
"node-cron": "^3.0.3" |
|
} |
|
}
|
|
|