ahmadnassri/metalsmith-request

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "version": "0.0.0-semantically-released",
  "name": "metalsmith-request",
  "description": "Metalsmith plugin to grab content from the web and expose the results to metadata",
  "author": "Ahmad Nassri <opensource@ahmadnassri.net> (https://www.ahmadnassri.com)",
  "homepage": "https://github.com/ahmadnassri/node-metalsmith-request",
  "repository": {
    "type": "git",
    "url": "https://github.com/ahmadnassri/node-metalsmith-request.git"
  },
  "bugs": {
    "url": "https://github.com/ahmadnassri/node-metalsmith-request/issues"
  },
  "funding": {
    "type": "individual",
    "url": "https://github.com/sponsors/ahmadnassri"
  },
  "license": "MIT",
  "keywords": [
    "metalsmith",
    "plugin",
    "request",
    "http",
    "json",
    "got"
  ],
  "engines": {
    "node": ">=14"
  },
  "files": [
    "src"
  ],
  "main": "src/index.js",
  "scripts": {
    "test": "tap test --no-coverage",
    "test:ci": "tap test --100",
    "test:watch": "tap test --watch",
    "test:report": "opener coverage/lcov-report/index.html"
  },
  "devDependencies": {
    "metalsmith": "^2.5.1",
    "rimraf": "^3.0.2",
    "tap": "^16.3.2"
  },
  "dependencies": {
    "got": "^11.8.3"
  }
}