28 lines
646 B
JSON
28 lines
646 B
JSON
{
|
|
"name": "async-convert-csv-to-json",
|
|
"version": "1.5.0",
|
|
"description": "convert csv file to json",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [
|
|
"json",
|
|
"csv",
|
|
"converter"
|
|
],
|
|
"author": "Carlos Gutierrez <ingecarlos.gutierrez@gmail.com>",
|
|
"homepage": "https://github.com/CarGDev/converter-csv-to-json",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^17.0.2",
|
|
"@commitlint/config-conventional": "^17.0.2",
|
|
"husky": "^4.3.8"
|
|
},
|
|
"husky": {
|
|
"hooks": {
|
|
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
|
|
}
|
|
}
|
|
}
|