{
  "author": {
    "name": "Franklin",
    "email": "fr@nkl.in",
    "url": "https://frankl.in"
  },
  "name": "dotest",
  "version": "2.15.0",
  "description": "One dev dependency to run ESLint, your test.js, coverage and report to Coveralls.io",
  "main": "index.js",
  "tonicExampleFilename": "example.js",
  "files": [
    "example.js",
    "test.sh"
  ],
  "scripts": {
    "test": "bash ./test.sh"
  },
  "bin": {
    "dotest": "./test.sh"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/fvdm/nodejs-dotest.git"
  },
  "bugs": {
    "url": "https://github.com/fvdm/nodejs-dotest/issues"
  },
  "dependencies": {
    "@actions/core": "^2",
    "@eslint/js": "^9",
    "@stylistic/eslint-plugin-js": "^4",
    "coveralls": "^3",
    "globals": "^17",
    "nyc": "^17"
  },
  "engines": {
    "node": ">=20"
  },
  "keywords": [
    "coverage",
    "coveralls",
    "eslint",
    "lint",
    "nyc",
    "test",
    "unittest"
  ],
  "license": "Unlicense"
}
