{
  "name": "@santi100/equal-lib",
  "version": "1.0.9",
  "main": "cjs/index.js",
  "typings": "cjs/index.d.ts",
  "module": "index.mjs",
  "license": "MIT",
  "author": "santi100a <santyrojasprieto9+npmauthor@gmail.com>",
  "description": "Santi's Equality Library: Deep equality, light as a feather!",
  "keywords": [
    "deep-equality",
    "array-compare",
    "object-compare"
  ],
  "repository": {
    "url": "https://github.com/santi100a/equal-lib",
    "type": "git"
  },
  "devDependencies": {
    "@types/jest": "^29.4.1",
    "@typescript-eslint/eslint-plugin": "^5.59.0",
    "@typescript-eslint/parser": "^5.59.0",
    "eslint": "^8.39.0",
    "eslint-plugin-jest": "^27.2.1",
    "jest": "^29.4.3",
    "prettier": "^2.8.7",
    "remark-cli": "^11.0.0",
    "remark-gfm": "^3.0.1",
    "remark-validate-links": "^12.1.1",
    "typescript": "^4.9.5"
  },
  "scripts": {
    "build": "tsc",
    "test": "jest",
    "dev": "tsc -w",
    "prettify": "prettier --write src/**/*.ts",
    "lint": "eslint src/**/*.ts",
    "esm-wrapper": "node scripts/esm-wrapper.js",
    "validate-package-json": "node scripts/validate-package-json.js",
    "lint-fix": "eslint --fix src/**/*.ts",
    "test:watch": "jest --watchAll",
    "check-links": "remark --frail .",
    "postbuild": "yarn esm-wrapper",
    "prepublishOnly": "yarn validate-package-json"
  }
}
