{
  "name": "usfca-data-table",
  "version": "0.1.0",
  "description": "data table test",
  "main": "data-table/table.js",
  "directories": {
    "doc": "docs"
  },
  "scripts": {
    "test": "jest --coverage data-table",
    "lint": "eslint ."
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/brmighell/rcv-entry.git"
  },
  "keywords": [
    "data-table",
    "data-entry",
    "data",
    "table",
    "entry"
  ],
  "author": "rcv-entry",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/brmighell/rcv-entry/issues"
  },
  "homepage": "https://brmighell.github.io/rcv-entry",
  "devDependencies": {
    "eslint": "^7.18.0",
    "jest": "^26.6.3",
    "jest-extended": "^0.11.5",
    "eslint-plugin-jest": "^24.1.3"
  },
  "dependencies": {}
}
