UNPKG

jsonweaver

Version:

A simple utility to transform JSON data into CSV, XML, YAML, JSONLines and Markdown table formats.

55 lines (54 loc) 1.14 kB
{ "name": "jsonweaver", "version": "1.1.1", "description": "A simple utility to transform JSON data into CSV, XML, YAML, JSONLines and Markdown table formats.", "keywords": [ "csv", "xml", "json", "data", "yaml", "format", "markdown", "json-lines", "jsonweaver", "data-transform" ], "author": { "name": "Bruno Rocha", "email": "bruno@khaneland.com" }, "repository": { "type": "git", "url": "https://github.com/kledenai/jsonweaver.git" }, "bugs": { "url": "https://github.com/kledenai/jsonweaver/issues" }, "homepage": "https://github.com/kledenai/jsonweaver#readme", "license": "MIT", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "tsc", "test": "jest", "prepare": "npm run build" }, "engines": { "node": ">=14.0.0" }, "dependencies": { "js-yaml": "^4.1.0", "xmlbuilder": "^15.1.1" }, "devDependencies": { "@types/jest": "^29.5.14", "@types/js-yaml": "^4.0.9", "jest": "^29.7.0", "ts-jest": "^29.2.5", "typescript": "^5.7.2" } }