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.

76 lines
2.0 KiB

{
"name": "armintatankapi",
"version": "1.0.0",
"description": "Arminta Tank API",
"main": "index.js",
"scripts": {
"start": "nodemon ./src/index.js",
"start:dev": "nodemon ./src/index.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"@adminjs/fastify": "^3.0.1",
"@adminjs/mongoose": "^3.0.1",
"@fastify/env": "^3.0.0",
"@fastify/formbody": "^8.0.2",
"@fastify/jwt": "^6.5.0",
"@fastify/multipart": "^9.0.3",
"@fastify/view": "^7.1.2",
"@google-cloud/storage": "^6.10.1",
"adminjs": "^6.7.2",
"axios": "^1.7.2",
"bcryptjs": "^3.0.2",
"body-parser": "^1.19.0",
"boom": "^7.3.0",
"chalk": "^4.1.0",
"cloudinary": "^1.37.1",
"cors": "^2.8.5",
"csvjson": "^5.1.0",
"csvtojson": "^2.0.10",
"email-validator": "^2.0.4",
"events": "^3.3.0",
"exceljs": "^4.3.0",
"fastify": "^3.29.5",
"fastify-auth": "^1.0.1",
"fastify-cors": "^5.2.0",
"fastify-env": "^2.2.0",
"fastify-file-upload": "^4.0.0",
"fastify-formbody": "^5.3.0",
"fastify-jwt": "^4.2.0",
"fastify-multer": "^2.0.3",
"fastify-multipart": "^5.4.0",
"fastify-static": "^4.7.0",
"fastify-swagger": "^5.2.0",
"file-type": "^18.5.0",
"firebase-admin": "^13.0.2",
"form-data": "^2.3.3",
"formidable": "^2.1.1",
"fs": "^0.0.1-security",
"generate-password": "^1.6.0",
"gridfile": "^1.1.3",
"image-type": "^5.2.0",
"libphonenumber-js": "^1.9.6",
"mime-types": "^3.0.1",
"moment": "^2.29.4",
"moment-timezone": "^0.5.43",
"mongodb": "^5.0.1",
"mongoose": "^5.11.8",
"mqtt": "^5.10.1",
"multer": "^1.4.5-lts.1",
"mv": "^2.1.1",
"node-cron": "^3.0.3",
"node-schedule": "^2.1.1",
"nodemon": "^2.0.20",
"nunjucks": "^3.2.3",
"path": "^0.12.7",
"point-of-view": "^5.3.0",
"raw-body": "^2.4.1",
"request": "^2.88.2",
"twilio": "^2.5.2",
"urllib": "^2.38.0",
"xlsx": "^0.18.5",
"xml2js": "^0.4.23"
}
}