{
  "name": "@vangware/test",
  "description": "✅ Equality test with enforced readability",
  "version": "11.0.2",
  "author": {
    "email": "hello@vangware.com",
    "name": "Vangware",
    "url": "https://vangware.com"
  },
  "bin": "./dist/bin/index.js",
  "bugs": {
    "email": "issues@vangware.com",
    "url": "https://github.com/vangware/libraries/issues"
  },
  "dependencies": {
    "@vangware/ansi": "6.3.37",
    "@vangware/types": "6.3.7",
    "@vangware/diff": "1.0.2"
  },
  "engines": {
    "node": ">=21",
    "pnpm": ">=8"
  },
  "exports": {
    ".": "./dist/index.js",
    "./*": "./dist/*"
  },
  "files": [
    "dist"
  ],
  "homepage": "https://vangware.com/libraries/vangware_test/",
  "keywords": [
    "legibility",
    "legible",
    "test",
    "testing",
    "tests",
    "vangware"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/vangware/libraries.git"
  },
  "sideEffects": false,
  "size": "1.86",
  "type": "module",
  "types": "./dist/index.d.ts",
  "scripts": {
    "clean": "rimraf ./dist",
    "compile": "tsc --project tsconfig.dist.json",
    "git:pre-push": "run-s --print-label clean compile lint test",
    "lint": "eslint {src,tests}",
    "lint:fix": "eslint {src,tests} --fix",
    "prettify": "prettier --ignore-path=.prettierignore --log-level=warn --write './dist/**/*.{js,ts}'",
    "test": "NODE_OPTIONS='--import tsx' node ./src/bin/index.ts"
  }
}