find-json-difference
Version:
Json difference between two objects in proper format
29 lines (28 loc) • 686 B
JSON
{
"name": "find-json-difference",
"homepage": "https://github.com/pank1999/find-json-difference",
"repository": {
"type": "git",
"url": "https://github.com/pank1999/find-json-difference"
},
"version": "1.1.1",
"description": "Json difference between two objects in proper format",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "node test.js",
"build": "npx tsc"
},
"keywords": [
"json-diff",
"json-difference",
"find-json-difference"
],
"author": "Pankaj Kumar Pandey",
"license": "ISC",
"devDependencies": {
"@types/node": "20.13.0",
"typescript": "5.4.5"
}
}