{
    "name": "tests",
    "description": "A unit test library",
    "files": [
        "README.md",
        "tests.ts",
        "targetoverrides.ts"
    ],
    "testFiles": [
    ],
    "public": true,
    "dependencies": {
        "core": "file:../core"
    }
}