{ "name": "@react-dnd/shallowequal", "version": "3.0.1", "description": "Like lodash isEqualWith but for shallow equal.", "keywords": [ "shallowequal", "shallow", "equal", "isequal", "compare", "isequalwith" ], "license": "MIT", "author": { "name": "Alberto Leal", "email": "mailforalberto@gmail.com", "url": "https://github.com/dashed" }, "repository": "https://github.com/react-dnd/react-dnd", "main": "dist/cjs/index.js", "types": "dist/types/index.d.ts", "exports": { "import": "./dist/esm/index.mjs", "require": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts" }, "scripts": { "clean": "shx rm -rf dist/", "build_types": "tsc -b .", "build_esm": "swc -C module.type=es6 -d dist/esm src/", "build_cjs": "swc -C module.type=commonjs -d dist/cjs src/", "esm_hack": "node ../../scripts/esmify.mjs", "build": "run-s build_types build_esm build_cjs esm_hack" }, "devDependencies": { "@swc/cli": "^0.1.57", "@swc/core": "^1.2.161", "@types/jest": "^24.9.1", "@types/node": "^17.0.23", "npm-run-all": "^4.1.5", "shx": "^0.3.4", "typescript": "^4.6.3" } }