csv-tools
Version:
Convert CSV to JSON and JSON to CSV.
42 lines (41 loc) • 1.02 kB
JSON
{
"name": "csv-tools",
"version": "1.2.0",
"description": "Convert CSV to JSON and JSON to CSV.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "nyc mocha",
"build": "tsc -p tsconfig.json",
"precommit": "npm run test && npm run build && git add dist",
"preversion": "npm run precommit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/blizarazu/csv-tools.git"
},
"keywords": [
"csv",
"json",
"node",
"parse",
"parser"
],
"author": "Beñat Lizarazu <blizarazu.devel@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/blizarazu/csv-tools/issues"
},
"homepage": "https://github.com/blizarazu/csv-tools#readme",
"devDependencies": {
"@types/chai": "^4.2.12",
"@types/mocha": "^8.0.3",
"@types/node": "^14.11.1",
"chai": "^4.2.0",
"mocha": "^8.1.3",
"nyc": "^15.1.0",
"source-map-support": "^0.5.19",
"ts-node": "^9.0.0",
"typescript": "^4.0.3"
}
}