UNPKG

smart-json-diff

Version:

A modern, compact JSON comparison library with path-aware output and multiple output modes

53 lines (52 loc) 1.31 kB
{ "name": "smart-json-diff", "version": "1.0.0", "description": "A modern, compact JSON comparison library with path-aware output and multiple output modes", "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": { "build": "tsc", "test": "jest", "test:watch": "jest --watch", "test:coverage": "jest --coverage", "dev": "tsc --watch", "clean": "rm -rf lib", "prepublishOnly": "npm run clean && npm run build && npm test" }, "keywords": [ "json", "diff", "compare", "typescript", "object-diff", "deep-compare", "json-patch", "object-compare", "diff-utility", "path-aware" ], "author": { "name": "Amrul Izwan", "email": "amrulizwan7@gmail.com" }, "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/amrulizwan/smart-json-diff.git" }, "bugs": { "url": "https://github.com/amrulizwan/smart-json-diff/issues" }, "homepage": "https://github.com/amrulizwan/smart-json-diff#readme", "devDependencies": { "@types/jest": "^29.5.0", "@types/node": "^18.15.0", "jest": "^29.5.0", "ts-jest": "^29.1.0", "ts-node": "^10.9.2", "typescript": "^5.0.0" }, "files": [ "lib/**/*" ] }