{
  "name": "tapzero",
  "version": "0.8.0",
  "description": "Smallest test library",
  "main": "index.js",
  "scripts": {
    "tsc": "npr tsc -p jsconfig.json --maxNodeModuleJsDepth 0",
    "lint": "npr tsdocstandard -v",
    "test": "npm run tsc && npm run lint && node test/harness.js && node test/index.js && npr type-coverage",
    "vendor": "cp node_modules/fast-deep-equal/index.js ./fast-deep-equal.js; sed -i '1s;^;// Copied from fast-deep-equal@3.1.1.\\n// @ts-nocheck\\n;' fast-deep-equal.js"
  },
  "typeCoverage": {
    "atLeast": 98,
    "project": "jsconfig.json",
    "strict": true,
    "detail": true,
    "ignoreUnread": true,
    "ignoreFiles": [
      "fast-deep-equal.js",
      "test/zora/fixtures/*.js"
    ]
  },
  "binDependencies": {
    "tsdocstandard": "16.1.0",
    "type-coverage": "2.14.2",
    "typescript": "4.0.5"
  },
  "devDependencies": {
    "@pre-bundled/tape": "4.11.0",
    "@types/node": "13.7.4",
    "diff": "4.0.2",
    "fast-deep-equal": "3.1.1",
    "npm-bin-deps": "1.10.1",
    "request": "2.88.2",
    "tiny-benchy": "1.0.1"
  },
  "tsdocstandard": {
    "ignore": [
      "fast-deep-equal.js",
      "benchmarks_micro",
      "test/zora/fixtures"
    ]
  },
  "files": [
    "index.js",
    "harness.js",
    "fast-deep-equal.js"
  ],
  "author": "Raynos <raynos2@gmail.com>",
  "repository": "git://github.com/Raynos/tapzero.git",
  "homepage": "https://github.com/Raynos/tapzero",
  "bugs": {
    "url": "https://github.com/Raynos//tapzero/issues",
    "email": "raynos2@gmail.com"
  },
  "contributors": [
    {
      "name": "Raynos"
    }
  ],
  "licenses": [
    {
      "type": "MIT",
      "url": "http://github.com/Raynos/tapzero/raw/master/LICENSE"
    }
  ]
}
