@iwsio/json-csv-core
Version:
Easily convert JSON to CSV. This is a core library built for browser and node to support buffered conversion to CSV.
50 lines (49 loc) • 1.15 kB
JSON
{
"name": "@iwsio/json-csv-core",
"version": "1.2.0",
"description": "Easily convert JSON to CSV. This is a core library built for browser and node to support buffered conversion to CSV.",
"keywords": [
"json",
"csv",
"transform",
"convert",
"export csv",
"convert csv",
"typescript",
"export",
"buffered",
"browser"
],
"engines": {
"node": ">=10"
},
"main": "dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"./dist"
],
"exports": {
".": "./dist/index.js",
"./*": "./dist/*.js"
},
"scripts": {
"lint": "eslint src",
"clean": "rimraf dist"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/IWSLLC/json-csv.git"
},
"author": "Nathan Bridgewater <info@iws.io> (https://iws.io/)",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/IWSLLC/json-csv/issues"
},
"homepage": "https://github.com/iwsllc/json-csv/blob/main/packages/json-csv-core/README.md",
"devDependencies": {
"@types/chai": "^4.3.20",
"npm-run-all": "^4.1.5",
"rimraf": "^6.0.1",
"typescript": "^5.7.2"
}
}