{
  "dependencies": {
    "esprima": "^4.0.1"
  },
  "name": "js-error-finder",
  "version": "1.0.0",
  "description": "A utility to find syntax errors in JavaScript files.",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "bin": {
    "js-error-finder": "./cli.js"
  },
  "keywords": [
    "javascript",
    "error",
    "validation",
    "js-error",
    "debug"
  ],
  "author": "Your Name",
  "license": "MIT"


}
