tunnckoCore/gruu-api

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "gruu-api",
  "version": "0.2.4",
  "description": "Core API for Gruu and Mukla - Minimal, modern and extensible test runners",
  "repository": "tunnckoCore/gruu-api",
  "author": "Charlike Mike Reagent <@tunnckoCore> (https://i.am.charlike.online)",
  "precommit.silent": true,
  "jsnext:main": "src/index.js",
  "module": "src/index.js",
  "main": "dist/gruu.common.js",
  "license": "MIT",
  "scripts": {
    "lint": "standard test.js src/*.js src/**/*.js --fix --verbose",
    "test": "npm-run-all -s lint test:*",
    "test:api": "nyc --reporter lcov node test.js",
    "test:report": "nyc report",
    "prerelease": "npm test",
    "release": "standard-version --sign --no-verify",
    "git": "npm-run-all -s git:*",
    "git:add": "git add --all",
    "git:cz": "git-cz",
    "commit": "npm-run-all -s build test git",
    "build": "npm-run-all -s build:*",
    "build:clean": "rimraf dist",
    "build:bundle": "rollup -c",
    "build:show": "ls -al dist"
  },
  "dependencies": {
    "dush": "^2.1.1",
    "each-promise": "^1.0.4",
    "extend-shallow": "^2.0.1",
    "get-fn-name": "^1.0.0",
    "redolent": "^2.0.1"
  },
  "devDependencies": {
    "bluebird": "^3.5.0",
    "commitizen": "~2.7.0",
    "cz-conventional-changelog": "1.1.5",
    "mukla": "^0.4.8",
    "npm-run-all": "~3.1.2",
    "nyc": "^10.1.2",
    "pre-commit": "^1.2.2",
    "rimraf": "^2.6.1",
    "rollup": "^0.41.5",
    "rollup-plugin-buble": "^0.15.0",
    "standard": "^9.0.0",
    "standard-version": "^4.0.0"
  },
  "files": [
    "src/",
    "dist/"
  ],
  "keywords": [
    "assertion",
    "async",
    "async-await",
    "asyncawait",
    "ava",
    "await",
    "callbacks",
    "concurrency",
    "done",
    "es2017",
    "fail",
    "fail-fast",
    "fast",
    "framework",
    "library",
    "microscopic",
    "minimal",
    "mocha",
    "modern",
    "parallel",
    "plugins",
    "read",
    "report",
    "reporters",
    "settle",
    "spec",
    "tap",
    "tape",
    "test",
    "testing",
    "utils"
  ],
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "verb": {
    "run": true,
    "toc": {
      "render": true,
      "method": "preWrite",
      "maxdepth": 3
    },
    "layout": "empty",
    "tasks": [
      "readme"
    ],
    "related": {
      "list": [
        "always-done",
        "minibase",
        "try-catch-core"
      ],
      "highlight": "always-done"
    },
    "lint": {
      "reflinks": true
    },
    "reflinks": [
      "always-done",
      "async-done",
      "base",
      "charlike",
      "commitizen",
      "dezalgo",
      "once",
      "standard-version",
      "verb",
      "verb-generate-readme",
      "dush",
      "each-promise",
      "redolent"
    ]
  },
  "nyc": {
    "check-coverage": true,
    "statements": 0,
    "functions": 0,
    "branches": 0,
    "lines": 0
  }
}