{
  "name": "@moyal/js-test",
  "version": "2.1.8",
  "description": "A lightweight, dependency-free JavaScript testing utility. This project is framework-agnostic and usable in both browser and Node.js environments.",
  "type": "module",
  "main": "./dist/moyal.test.cjs.js",
  "module": "./dist/moyal.test.mjs",
  "browser": "./dist/moyal.test.umd.js",
  "exports": {
    "require": "./dist/moyal.test.cjs.js",
    "import": "./dist/moyal.test.mjs"
  },
  "author": "Ilan Moyal",
  "license": "MIT",
  "files": [
    "./dist/",
    "README.md",
    "LICENSE"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/IlanMoyal/moyal.js.test"
  },
  "keywords": [
    "test",
    "testing",
    "javascript",
    "js",
    "unit-test",
    "testing-framework",
    "test-runner",
    "zero-dependency",
    "lightweight",
    "browser-testing",
    "node-testing",
    "minimalistic",
    "moyal",
    "moyal.js.test",
    "ai-ready",
    "modular",
    "tiny",
    "open-source",
    "assertion",
    "assertions"
  ]
}
