{
  "name": "package-info",
  "version": "5.0.7",
  "description": "Get the information of a npm package",
  "license": "MIT",
  "repository": "AlessandroMinoccheri/package-info",
  "source": "src/index.ts",
  "exports": {
    "require": "./dist/index.cjs",
    "default": "./dist/index.modern.js"
  },
  "main": "./dist/index.cjs",
  "module": "./dist/index.module.js",
  "types": "dist/src/index.d.ts",
  "bin": {
    "package-info": "dist/cli.modern.js"
  },
  "author": {
    "name": "Alessandro Minoccheri",
    "email": "alessandro.minoccheri@gmail.com",
    "url": "https://github.com/AlessandroMinoccheri/"
  },
  "type": "module",
  "scripts": {
    "start": "tsc && node dist/index.modern.js",
    "lint": "eslint . --ext .ts",
    "test": "tsc && ts-mocha tests/*.js",
    "test-gh": "npm run build && ls && ts-mocha tests/*.js",
    "dev": "microbundle watch",
    "build": "rm -rf dist && microbundle src/*.ts"
  },
  "keywords": [
    "info",
    "npm",
    "package",
    "package.json",
    "current",
    "module",
    "npm",
    "information",
    "version",
    "author"
  ],
  "devDependencies": {
    "@types/mocha": "^10.0.0",
    "@types/node": "^18.8.3",
    "@typescript-eslint/eslint-plugin": "^5.39.0",
    "eslint": "^8.24.0",
    "eslint-config-standard-with-typescript": "^23.0.0",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-n": "^15.3.0",
    "eslint-plugin-promise": "^6.0.1",
    "mocha": "^10.0.0",
    "nodemon": "^2.0.20",
    "ts-mocha": "^10.0.0",
    "ts-node": "^10.9.1",
    "typescript": "^4.8.4"
  },
  "dependencies": {
    "microbundle": "^0.15.1",
    "registry-url": "^6.0.1",
    "undici": "^5.12.0"
  },
  "files": [
    "dist/**/*"
  ]
}
