{
  "name": "@crmackey/shp-write",
  "version": "0.4.5",
  "description": "write shapefiles from pure javascript",
  "main": "./lib/shpwriter.cjs.js",
  "module": "./lib/shpwriter.esm.js",
  "types": "./index.d.ts",
  "scripts": {
    "test": "jest --verbose",
    "clean": "rm -rf lib",
    "publish": "npm publish --access public",
    "build": "npm run clean && rollup -c",
    "browser-test": "node server.js"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/CalebM1987/shp-write.git"
  },
  "files": [
    "index.js",
    "src",
    "index.d.ts",
    "lib"
  ],
  "keywords": [
    "shapefile",
    "write",
    "js"
  ],
  "author": "Tom MacWright",
  "contributors": [
    {
      "name": "Nick Baugh",
      "email": "niftylettuce@gmail.com"
    },
    {
      "name": "Ryan Sims",
      "email": "dulldrums09@gmail.com"
    },
    {
      "name": "Caleb Mackey",
      "email": "caleb.mackey@gmail.com"
    }
  ],
  "license": "BSD-2-Clause",
  "bugs": {
    "url": "https://github.com/CalebM1987/shp-write/issues"
  },
  "dependencies": {
    "dbf": "0.1.4",
    "fflate": "^0.7.3",
    "file-saver": "^1.3.8"
  },
  "exports": {
    "require": "./lib/shpwriter.cjs.js",
    "import": "./lib/shpwriter.esm.js"
  },
  "devDependencies": {
    "@babel/preset-env": "^7.18.2",
    "@rollup/plugin-babel": "^5.3.1",
    "@rollup/plugin-commonjs": "^22.0.0",
    "@rollup/plugin-node-resolve": "^13.3.0",
    "@rollup/plugin-replace": "^4.0.0",
    "@types/geojson": "^7946.0.8",
    "@types/jest": "^27.5.2",
    "browserify": "^13.0.0",
    "cz-conventional-changelog": "^1.2.0",
    "expect.js": "~0.3.1",
    "express": "^4.18.1",
    "jest": "^28.1.0",
    "mocha": "~2.4.5",
    "open": "^8.4.0",
    "path": "^0.12.7",
    "rollup-plugin-babel": "^4.4.0",
    "rollup-plugin-commonjs": "^10.1.0",
    "rollup-plugin-node-resolve": "^5.2.0",
    "rollup-plugin-terser": "^7.0.2"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  }
}
