data-migration-nodejs/package.json

32 lines
729 B
JSON
Raw Normal View History

2021-03-26 08:30:56 +07:00
{
"name": "data-migration-nodejs",
"version": "1.0.0",
"description": "Nodejs data migration with excel, csv and rest apis.",
"main": "index.js",
"scripts": {
2021-03-26 13:26:14 +07:00
"test": "jest",
"start": "node src/index.js"
2021-03-26 08:30:56 +07:00
},
"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"
},
2021-03-26 13:26:14 +07:00
"homepage": "https://github.com/CUBETIQ/data-migration-nodejs#readme",
"dependencies": {
2021-03-26 13:29:14 +07:00
"xlsx": "^0.16.9",
2021-03-26 09:20:41 +07:00
"jest": "^26.6.3"
2021-03-26 13:26:14 +07:00
}
2021-03-26 08:30:56 +07:00
}