{ "webpackConfigJaid": "universalLib", "version": "1.0.0", "author": "Jaid (https://github.com/Jaid)", "dependencies": {}, "devDependencies": { "acorn": "^7.1.1", "babel-jest": "^25.3.0", "babel-preset-jaid": "^8.0.0", "browserslist-config-jaid-universal": "^2.1.0", "eslint": "^6.8.0", "eslint-config-jaid": "^1.49.0", "jest": "^25.3.0", "rimraf": "^3.0.2", "webpack-config-jaid": "^11.8.0" }, "scripts": { "clean": "rimraf dist/", "babel:prod": "rimraf dist/transpiled/production && NODE_ENV=production babel --out-dir dist/transpiled/production --source-maps true src", "babel:dev": "rimraf dist/transpiled/development && NODE_ENV=development babel --out-dir dist/transpiled/development src", "babel:test": "rimraf dist/transpiled/test && NODE_ENV=test babel --out-dir dist/transpiled/test src", "build:prod": "NODE_ENV=production webpack", "build:dev": "NODE_ENV=development webpack", "test": "npm run build:prod && NODE_ENV=production MAIN=$(npx find-by-extension-cli js --fullPath --cwd dist/package/production) jest --runInBand", "test:coverage": "npm run test:dev -- --coverage --json --outputFile=dist/jest/stats.json", "test:dev": "npm run build:dev && NODE_ENV=test MAIN=$(npx find-by-extension-cli js --fullPath --cwd dist/package/development) jest --runInBand", "test:debug": "DEBUG=\"$DEBUG,$(basename $PWD),$(basename $PWD):*\" NODE_ENV=test node --inspect=9229 node_modules/jest/bin/jest.js --runInBand", "prepareActionJest": "npm run build:prod" }, "name": "object-changes", "description": "Compares two objects and returns the differences.", "funding": "https://github.com/sponsors/jaid", "repository": { "type": "git", "url": "https://github.com/jaid/object-changes" }, "homepage": "https://github.com/Jaid/object-changes", "keywords": [ "changes", "compare", "comparison", "diff", "difference", "differences", "difftool", "lib", "library", "object", "object-changes", "object-comparison", "util", "utility" ], "type": "module" }