{
  "name": "parsedbf",
  "version": "2.0.0",
  "description": "The DBF parsing component of shapefile-js",
  "main": "index.js",
  "type": "module",
  "scripts": {
    "test": "jshint index.js && mocha -R spec test/*.test.js"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/calvinmetcalf/parseDBF.git"
  },
  "keywords": [
    "dbf",
    "shp"
  ],
  "author": "Calvin Metcalf",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/calvinmetcalf/parseDBF/issues"
  },
  "devDependencies": {
    "chai": "^3.3.0",
    "jshint": "^2.8.0",
    "mocha": "^8.1.3"
  }
}
