human-readable-errors
Version:
A library to transform complex error messages into human-readable solutions.
47 lines (46 loc) • 1.36 kB
JSON
{
"name": "human-readable-errors",
"version": "1.1.3",
"type": "module",
"main": "src/main.js",
"scripts": {
"start": "node examples/basicUsage.js",
"test": "node --experimental-vm-modules ./node_modules/jest/bin/jest.js",
"lint": "eslint .",
"prepublishOnly": "npm test && npm run lint"
},
"keywords": [
"error-handling",
"debugging",
"human-readable",
"error-parser",
"developer-tools"
],
"author": "Abhishek Dukare",
"license": "MIT",
"description": "A library to transform complex error messages into human-readable solutions.",
"repository": {
"type": "git",
"url": "git+https://github.com/abhi21121211/human-readable-errors.git"
},
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/abhi21121211/human-readable-errors/issues"
},
"homepage": "https://github.com/abhi21121211/human-readable-errors#readme",
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/eslint-parser": "^7.25.9",
"@eslint/js": "^9.15.0",
"eslint": "^9.15.0",
"eslint-import-resolver-node": "^0.3.9",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-react": "^7.37.2",
"jest": "^29.7.0"
},
"dependencies": {
"axios": "^1.7.8",
"dotenv": "^16.4.7"
}
}