simple-csv-js
Version:
Helper library for creating CSV files in JS
62 lines (61 loc) • 1.48 kB
JSON
{
"name": "simple-csv-js",
"version": "2.0.0",
"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",
"prepublishOnly": "npm test && npm run build",
"preversion": "npm test",
"postversion": "git push && git push --tags"
},
"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.28.5",
"@babel/preset-typescript": "^7.28.5",
"@rollup/plugin-node-resolve": "^16.0.3",
"@types/jest": "^30.0.0",
"@types/node": "^24.10.1",
"babel-jest": "^30.2.0",
"jest": "^30.2.0",
"jest-environment-jsdom": "^30.2.0",
"rollup": "^4.53.2",
"rollup-plugin-typescript2": "^0.36.0",
"ts-node": "^10.9.2",
"typescript": "^5.9.3"
}
}