{
  "name": "json-syntax-error",
  "version": "1.1.2",
  "description": "This is a small middleware to resolve syntax errors in your express app",
  "main": "index.js",
  "scripts": {
    "test": "./node_modules/.bin/mocha --timeout 500 --exit"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dev-inately/json-syntax-error.git"
  },
  "keywords": [
    "express",
    "syntax",
    "error",
    "body-parser",
    "json",
    "json-format",
    "express json",
    "body-parser syntax error"
  ],
  "author": "Yusuff Mustapha <officialwebdev@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/dev-inately/json-syntax-error/issues"
  },
  "homepage": "https://github.com/dev-inately/json-syntax-error#readme",
  "devDependencies": {
    "chai": "^4.2.0",
    "chai-http": "^4.3.0",
    "eslint": "^7.23.0",
    "eslint-config-airbnb-base": "^14.2.1",
    "eslint-plugin-import": "^2.22.1",
    "express": "^4.17.1",
    "mocha": "^8.1.1"
  }
}
