{
  "name": "@sourcecred/grain-integration-csv",
  "version": "0.0.1",
  "description": "print out a csv for each grain distribution",
  "main": "index.js",
  "license": "(MIT OR Apache-2.0)",
  "private": false,
  "scripts": {
    "unit": "BABEL_ENV=test NODE_ENV=test jest --env=jsdom",
    "flow": "flow",
    "test": "./scripts/test.sh"
  },
  "devDependencies": {
    "eslint-plugin-flowtype": "^5.2.0",
    "eslint-plugin-react": "7.23.2",
    "flow-bin": "^0.135.0",
    "jest": "^26.0.1",
    "tmp": "^0.2.1"
  },
  "publishConfig": {
    "access": "public"
  }
}
