UNPKG

simple-csv-js

Version:

Helper library for creating CSV files in JS

61 lines (60 loc) 1.44 kB
{ "name": "simple-csv-js", "version": "1.0.3", "description": "Helper library for creating CSV files in JS", "main": "lib/index.js", "module": "lib/index.esm.js", "files": [ "lib", "package.json" ], "scripts": { "test": "jest", "build": "rollup -c" }, "keywords": [ "csv", "excel", "angular-csv", "react-csv", "export-to-csv", "export-to-excel" ], "author": "Aron Nicholasson", "contributors": [ { "name": "Abdullah Alhazmy", "email": "me@alhazmy13.net" }, { "name": "Davor Peic - Krushka Design", "email": "info@krushka.mx" }, { "name": "rob-moore", "account": "https://github.com/rob-moore" } ], "license": "MIT", "homepage": "https://github.com/ANicholasson/simple-csv-js#readme", "repository": { "type": "git", "url": "https://github.com/ANicholasson/simple-csv-js.git" }, "devDependencies": { "@babel/preset-env": "^7.16.11", "@babel/preset-typescript": "^7.16.7", "@rollup/plugin-node-resolve": "^13.2.1", "@types/jest": "^27.4.1", "babel-jest": "^28.0.0", "jest": "^28.0.0", "jest-environment-jsdom": "^28.0.0", "rollup": "^2.70.2", "rollup-plugin-typescript2": "^0.31.2", "ts-node": "^10.7.0", "typescript": "^4.6.3" }, "dependencies": { "@types/node": "^17.0.28" } }