{
  "name": "@yanamiku/npm-user",
  "version": "0.0.1",
  "description": "Ambil detail pengguna NPM termasuk paket dan Gravatar",
  "main": "index.js",
  "scripts": {
    "test": "node test.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/yanamiku/npm-user.git"
  },
  "keywords": [ "search", "get-profile", "npm", "user", "profile", "gravatar", "npm-profile", "npm-user", "fetch-npm-user", "npm-registry", "npm-packages", "developer-info", "gravatar-url", "github-npm", "twitter-npm", "npm-api", "npm-package-list", "npm-maintainer", "open-source", "npm-statistics" ],
  "author": "YanaMiku",
  "license": "MIT",
  "dependencies": {
    "cheerio": "^1.0.0-rc.12",
    "crypto": "^1.0.1",
    "node-fetch": "^2.6.7",
    "npm-email": "^3.0.0"
  },
  "type": "module"
}