{ "name": "data-migration-nodejs", "version": "1.0.0", "description": "Nodejs data migration with excel, csv and rest apis.", "main": "index.js", "scripts": { "test": "jest", "start": "nodemon src/index.js", "export": "nodemon src/test.js" }, "repository": { "type": "git", "url": "git+https://github.com/CUBETIQ/data-migration-nodejs.git" }, "keywords": [ "nodejs", "excel", "csv", "rest", "data-import" ], "author": "Sambo Chea ", "license": "MIT", "bugs": { "url": "https://github.com/CUBETIQ/data-migration-nodejs/issues" }, "homepage": "https://github.com/CUBETIQ/data-migration-nodejs#readme", "dependencies": { "axios": "^0.21.1", "excel2json-xlsx": "^1.0.5", "express": "^4.17.1", "jest": "^26.6.3", "multer": "^1.4.2", "node-fetch": "^2.6.1", "nodemon": "^2.0.7", "read-excel-file": "^5.0.0", "xlsx": "^0.16.9" } }