json-error-finder
Version:
A lightweight utility to find errors in JSON strings and provide detailed hints.
28 lines (27 loc) • 519 B
JSON
{
"name": "json-error-finder",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"json",
"error",
"validation",
"json-error",
"debug"
],
"repository": {
"type": "git",
"url": "https://github.com/your-username/json-error-finder.git"
},
"author": "",
"license": "ISC",
"devDependencies": {
"eslint": "^9.15.0",
"globals": "^15.12.0",
"jest": "^29.7.0"
}
}