data-migration-nodejs/package.json
2021-03-30 17:04:31 +07:00

40 lines
962 B
JSON

{
"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 <sombochea@cubetiqs.com>",
"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"
}
}