{ "name": "enzyme-shallow-equal", "version": "1.0.5", "description": "Adaptation of react-addons-shallow-compare, for independent usage", "homepage": "https://enzymejs.github.io/enzyme/", "main": "build", "scripts": { "clean": "rimraf build", "lint": "eslint --ext js,jsx .", "pretest": "npm run lint", "prebuild": "npm run clean", "build": "babel --source-maps=both src --out-dir build", "watch": "npm run build -- -w", "prepublishOnly": "npm run build && safe-publish-latest && cp ../../LICENSE.md ./", "prepublish": "not-in-publish || npm run prepublishOnly" }, "repository": { "type": "git", "url": "https://github.com/enzymejs/enzyme.git", "directory": "packages/enzyme-shallow-equal" }, "keywords": [ "javascript", "shallow rendering", "shallowRender", "test", "reactjs", "react", "flux", "testing", "test utils", "assertion helpers", "tdd", "mocha" ], "author": "Jordan Harband ", "funding": { "url": "https://github.com/sponsors/ljharb" }, "license": "MIT", "dependencies": { "has": "^1.0.3", "object-is": "^1.1.5" }, "devDependencies": { "@babel/cli": "^7.19.3", "@babel/core": "^7.19.6", "@babel/eslint-parser": "^7.19.1", "babel-plugin-add-module-exports": "^1.0.4", "babel-plugin-transform-replace-object-assign": "^2.0.0", "babel-preset-airbnb": "^4.5.0", "eslint": "^8.26.0", "eslint-config-airbnb-base": "^15.0.0", "eslint-plugin-import": "^2.26.0", "in-publish": "^2.0.1", "rimraf": "^2.7.1", "safe-publish-latest": "^2.0.0" } }