Files
converter-csv-to-json/package.json
carlos 2dfc7e9160 1.3.0
2022-06-04 16:12:33 -04:00

27 lines
580 B
JSON

{
"name": "async-convert-csv-to-json",
"version": "1.3.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>",
"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"
}
}
}