{
  "name": "@nodesecure/authors",
  "version": "1.0.2",
  "description": "NodeSecure (npm) authors analysis package",
  "exports": "./src/index.js",
  "type": "module",
  "types": "./src/index.d.ts",
  "scripts": {
    "lint": "cross-env eslint ./src",
    "test-only": "cross-env esm-tape-runner 'test/**/*.js' | tap-monkey",
    "test": "npm run lint && npm run test-only",
    "coverage": "c8 -r html npm test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/NodeSecure/authors.git"
  },
  "keywords": [
    "NodeSecure",
    "authors",
    "author",
    "npm"
  ],
  "files": [
    "src"
  ],
  "author": "GENTILHOMME Thomas <gentilhomme.thomas@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/NodeSecure/authors/issues"
  },
  "homepage": "https://github.com/NodeSecure/authors#readme",
  "devDependencies": {
    "@nodesecure/eslint-config": "^1.6.0",
    "@nodesecure/scanner": "^3.8.0",
    "@npm/types": "^1.0.2",
    "@small-tech/esm-tape-runner": "^2.0.0",
    "@small-tech/tap-monkey": "^1.4.0",
    "c8": "^7.12.0",
    "cross-env": "^7.0.3",
    "tape": "^5.6.1"
  },
  "dependencies": {
    "@myunisoft/httpie": "^1.10.0",
    "@nodesecure/domain-check": "^1.0.1"
  }
}
