{
  "name": "csv-load-sync",
  "description": "Sync loading of a small .csv file",
  "version": "2.3.1",
  "main": "index.js",
  "scripts": {
    "test": "mocha test/*.js",
    "semantic-release": "semantic-release",
    "size": "npm pack --dry"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/bahmutov/csv-load-sync.git"
  },
  "keywords": [
    "csv",
    "load",
    "sync"
  ],
  "files": [
    "index.js",
    "src",
    "README.md"
  ],
  "author": "Gleb Bahmutov <gleb.bahmutov@gmail.com>",
  "license": "MIT",
  "devDependencies": {
    "chai": "4.3.4",
    "mocha": "8.3.2",
    "prettier": "2.2.1",
    "semantic-release": "^17.4.2"
  },
  "dependencies": {
    "check-more-types": "^2.10.0"
  }
}
