1{ 2 "name": "just-diff", 3 "version": "6.0.2", 4 "description": "Return an object representing the diffs between two objects. Supports jsonPatch protocol", 5 "type": "module", 6 "exports": { 7 ".": { 8 "types": "./index.d.ts", 9 "require": "./index.cjs", 10 "import": "./index.mjs" 11 }, 12 "./package.json": "./package.json" 13 }, 14 "main": "index.cjs", 15 "types": "index.d.ts", 16 "scripts": { 17 "test": "echo \"Error: no test specified\" && exit 1", 18 "build": "rollup -c" 19 }, 20 "repository": "https://github.com/angus-c/just", 21 "keywords": [ 22 "object", 23 "diff", 24 "jsonPatch", 25 "no-dependencies", 26 "just" 27 ], 28 "author": "Angus Croll", 29 "license": "MIT", 30 "bugs": { 31 "url": "https://github.com/angus-c/just/issues" 32 } 33}