excel-remastered
Version:
Enhances readability of complex nested JSON data while converting to CSV
37 lines • 926 B
JSON
{
"name": "excel-remastered",
"version": "0.3.0",
"description": "Enhances readability of complex nested JSON data while converting to CSV",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"build": "tsc",
"prepare": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/si-dadi/excel-remastered.git"
},
"keywords": [
"JSON",
"CSV",
"Excel",
"Node.js",
"Data-Visualization",
"formatting",
"Convertion"
],
"author": "Shobhan Dash <28.11.shobhan.dash@gmail.com> (https://github.com/si-dadi)",
"license": "MIT",
"bugs": {
"url": "https://github.com/si-dadi/excel-remastered/issues"
},
"homepage": "https://github.com/si-dadi/excel-remastered#readme",
"devDependencies": {
"@types/node": "^20.11.16",
"typescript": "^5.3.3"
},
"files": [
"lib/**/*"
]
}