{
  "name": "tape-es",
  "version": "1.2.18",
  "description": "ESM-compatible Tape.js test runner",
  "keywords": [
    "testing",
    "esm",
    "esmodules",
    "tape",
    "nodejs",
    "cli"
  ],
  "repository": "https://github.com/vanillaes/tape-es",
  "author": "Evan Plaice <evanplaice@gmail.com> (http://evanplaice.com/)",
  "license": "MIT",
  "type": "module",
  "bin": {
    "tape-es": "bin/tape-es.js",
    "tape-watch-es": "bin/tape-watch-es.js"
  },
  "scripts": {
    "lint": "esmtk lint",
    "package": "npx rimraf package && npm pack | tail -n 1 | xargs tar -xf",
    "preversion": "npm run lint",
    "postversion": "git push --follow-tags"
  },
  "dependencies": {
    "chokidar": "^3.5.2",
    "commander": "^4.1.1",
    "glob": "^7.2.0",
    "tape": "^4.14.0"
  },
  "devDependencies": {
    "esmtk": "^0.5.13"
  },
  "engines": {
    "node": ">=14"
  }
}
