data-migration-nodejs/package.json
2021-03-26 13:29:14 +07:00

32 lines
729 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": "node src/index.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": {
"xlsx": "^0.16.9",
"jest": "^26.6.3"
}
}