data-migration-nodejs/package.json
2021-03-26 09:20:41 +07:00

30 lines
672 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"
},
"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": {
"jest": "^26.6.3"
}
}