json-to-table-format
Version:
A module for converting JSON data into a tabular format.
49 lines (48 loc) • 1.14 kB
JSON
{
"name": "json-to-table-format",
"version": "1.5.1",
"description": "A module for converting JSON data into a tabular format.",
"main": "dist/json_to_txt.js",
"module": "dist/json_to_txt.js",
"types": "dist/json_to_txt.d.ts",
"exports": {
".": {
"import": "./dist/json_to_txt.js",
"require": "./dist/json_to_txt.js",
"types": "./dist/json_to_txt.d.ts"
}
},
"files": [
"dist",
"src",
"test"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "https://github.com/codal-umistri/json-to-tabular"
},
"homepage": "https://github.com/codal-umistri/json-to-tabular/blob/parseJson/README.md",
"keywords": [
"json",
"tabular",
"module",
"convertor",
"json convertor",
"json to txt",
"json-to-string",
"get-string-from-json",
"txt",
"json",
"json-string"
],
"author": "Umang_Mistry",
"license": "MIT",
"devDependencies": {
"@types/node": "20.12.2",
"typescript": "4.9.5"
}
}