kyc/package.json

19 lines
360 B
JSON
Raw Normal View History

2024-02-10 18:36:14 +05:00
{
"name": "sarlink-new-device",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^1.6.7",
"dotenv": "^16.4.1",
"express": "^4.18.2",
"multer": "^1.4.5-lts.1"
}
}