{
  "name": "cogs-test-helper",
  "type": "module",
  "version": "4.1.0",
  "author": "Casey Foster <c@sey.me>",
  "description": "A test helper for Cogs transformers.",
  "license": "MIT",
  "main": "src/index.js",
  "bin": {
    "cogs-test-helper": "src/cli.sh"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/caseywebdev/cogs-test-helper"
  },
  "dependencies": {
    "cogs": "4",
    "kiss-test": "0.2"
  },
  "scripts": {
    "test": "src/cli.sh test/test.js"
  }
}
