{
  "name": "snowpack-plugin-dsv",
  "version": "1.0.0",
  "description": "snowpack plugin that converts .csv and .tsv files into js modules with d3-dsv.",
  "main": "index.js",
  "scripts": {
    "test": "jest"
  },
  "files": [
    "index.js"
  ],
  "author": "Sam Parsons <samparsons269@gmail.com> (http://sam-parsons.github.io/)",
  "license": "MIT",
  "devDependencies": {
    "jest": "26.6.3"
  },
  "dependencies": {
    "d3-dsv": "2.0.0",
    "tosource": "2.0.0-alpha.2"
  },
  "keywords": [
    "csv",
    "tsv",
    "snowpack",
    "d3-dsv"
  ]
}
