{
  "name": "@fromdeno/test",
  "version": "0.4.0",
  "description": "Minimal test runner for @deno/shim-deno-test",
  "exports": {},
  "bin": {
    "fdt": "./src/cli.mjs"
  },
  "files": [
    "src/"
  ],
  "scripts": {
    "fmt": "deno fmt --ignore=node_modules/",
    "lint": "deno lint --ignore=node_modules/",
    "clean": "git clean -fXde !node_modules/"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fromdeno/test.git"
  },
  "homepage": "https://fromdeno.org",
  "keywords": [
    "deno",
    "test",
    "testing",
    "tdd",
    "runner",
    "harness"
  ],
  "author": "Wojciech Pawlik <woj.pawlik@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/fromdeno/test/issues"
  },
  "engines": {
    "node": ">=14.13.1"
  },
  "peerDependencies": {
    "@deno/shim-deno-test": "<0.5.0"
  },
  "dependencies": {
    "mri": "^1.1.6"
  }
}
