{
  "name": "@drozdik.m/unit-test",
  "version": "1.5.1",
  "description": "Unit test with test cases with Assert functions. Simple and easy.",
  "main": "dist/src/UnitTest.js",
  "typings": "dist/src/UnitTest.d.ts",
  "scripts": {
    "clear": "rmdir /S /Q \"dist\"",
    "build": "npm update && npm update -D && tsc",
    "test": "npm run build && node dist/tests/UnitTestSync.test.js && node dist/tests/UnitTestAsync.test.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/drozdik-m/js-alpha-library"
  },
  "keywords": [
    "Testing",
    "Test",
    "Assert",
    "UnitTest",
    "JavaScript",
    "TypeScript"
  ],
  "author": "Martin Drozdík <ja@martin-drozdik.m> (https://martin-drozdik.cz)",
  "license": "MIT"
}
