csv2table
Version:
A svelte library for creating a basic table from a CSV file.
27 lines (26 loc) • 577 B
JSON
{
"main": "dist/index.js",
"module": "dist/index.mjs",
"svelte": "src/index.js",
"name": "csv2table",
"version": "0.1.2",
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w"
},
"license": "MIT",
"devDependencies": {
"@rollup/plugin-node-resolve": "^7.0.0",
"rollup": "^1.29.0",
"rollup-plugin-svelte": "^5.1.1",
"svelte": "^3.16.7"
},
"repository": {
"type": "git",
"url": "https://github.com/StudentOfJS/csv2table"
},
"homepage": "",
"bugs": {
"url": "https://github.com/StudentOfJS/csv2table/issues"
}
}