{
    "author": "Steve Fenton",
    "name": "tsunit.external",
    "description": "Unit testing framework for TypeScript.",
    "keywords": [
      "tsunit",
      "typescript",
      "unit",
      "testing"
    ],
    "version": "3.7.2",
    "homepage": "https://github.com/Steve-Fenton/tsUnit",
    "bugs": "https://github.com/Steve-Fenton/tsUnit/issues",
    "license": "Apache-2.0",
    "files": [ "tsUnit.d.ts", "tsunit.js", "tsUnitAsync.d.ts", "tsUnitAsync.js"],
    "repository": {
        "url": "https://github.com/Steve-Fenton/tsUnit"
    },
    "main": "tsUnit.js",
    "dependencies": { },
    "devDependencies": { },
    "optionalDependencies": { },
    "engines": {
        "node": "*"
    }
}