json-to-plain-text
Version:
Convert any json to plain text
36 lines (35 loc) • 758 B
JSON
{
"name": "json-to-plain-text",
"version": "1.0.2",
"description": "Convert any json to plain text",
"main": "index.js",
"directories": {
"lib": "lib",
"test": "test"
},
"scripts": {
"test": "node test/test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sumithemmadi/json-to-plain-text.git"
},
"engines": {
"node": ">=12"
},
"keywords": [
"json-to-plain-text",
"jsonToPlainText",
"json2plain-text",
"json2plaintext",
"json",
"plain",
"text"
],
"author": "sumithemmadi",
"license": "MIT",
"bugs": {
"url": "https://github.com/sumithemmadi/json-to-plain-text/issues"
},
"homepage": "https://github.com/sumithemmadi/json-to-plain-text#readme"
}