heppokofrontend/pager

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "@heppokofrontend/pager",
  "description": "Wrapping iterable objects with the pager function.",
  "version": "0.1.1",
  "author": "heppokofrontend <heppokofrontend@gmail.com> (https://github.com/heppokofrontend)",
  "bugs": {
    "url": "https://github.com/heppokofrontend/pager/issues"
  },
  "devDependencies": {
    "@types/jest": "^26.0.24",
    "@types/node": "^16.4.1",
    "@typescript-eslint/eslint-plugin": "^4.28.4",
    "@typescript-eslint/parser": "^4.28.4",
    "eslint": "^7.31.0",
    "eslint-config-google": "^0.14.0",
    "jest": "^27.0.6",
    "ts-jest": "^27.0.4",
    "ts-node": "^10.1.0",
    "typescript": "^4.3.5"
  },
  "engines": {
    "npm": "Please use yarn"
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/heppokofrontend/pager#readme",
  "keywords": [
    "Pager",
    "pagination",
    "paging"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/heppokofrontend/pager.git"
  },
  "scripts": {
    "build": "tsc",
    "lint": "eslint \"./src/**/*.ts\" --fix",
    "prepublishOnly": "npm run build",
    "prestart": "git config commit.template .gitmessage",
    "start": "tsc -w",
    "test": "jest --verbose --coverage",
    "test:watch": "jest --watch --verbose --coverage"
  }
}