UNPKG

ts-export-to-csv

Version:

Easily create CSV data from json collection

52 lines (51 loc) 1.46 kB
{ "name": "ts-export-to-csv", "version": "0.3.3", "description": "Easily create CSV data from json collection", "repository": { "type": "git", "url": "https://github.com/elpardos/export-to-csv.git" }, "scripts": { "dev": "tsc --watch", "test": "tsc && karma start", "prepublishOnly": "tsc" }, "keywords": [ "ts-export-to-csv", "export-to-csv", "export-to-excel", "csv", "excel", "libreoffice", "openoffice", "angular2", "typescript", "react", "ngx", "angular4", "angular5", "angular8" ], "author": "Mark Pardington (elpardos)", "email": "mark@pea-enterprises.com", "license": "MIT", "bugs": { "url": "https://github.com/elpardos/export-to-csv/issues" }, "main": "./build/index.js", "types": "./build/export-to-csv.d.ts", "homepage": "https://github.com/elpardos/export-to-csv#readme", "devDependencies": { "@types/jasmine": "^2.5.46", "es6-shim": "^0.35.3", "jasmine-core": "^2.4.1", "karma": "^1.5.0", "karma-chrome-launcher": "^2.0.0", "karma-jasmine": "^1.0.2", "karma-phantomjs-launcher": "^1.0.4", "karma-sourcemap-loader": "^0.3.7", "karma-typescript": "^3.0.8", "typescript": "^3.5.3" } }