UNPKG

pkg-stats

Version:
55 lines (54 loc) 1.46 kB
{ "name": "pkg-stats", "version": "0.6.0", "description": "Beautiful NPM package download stats", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/mdjastrzebski/pkg-stats" }, "homepage": "https://github.com/mdjastrzebski/pkg-stats", "author": "Maciej Jastrzębski <mdjastrzebski@gmail.com> (https://github.com/mdjastrzebski)", "keywords": [ "npm", "package", "stats", "downloads", "weekly" ], "type": "module", "main": "dist/index.js", "files": [ "dist" ], "bin": { "pkg-stats": "./bin.js" }, "scripts": { "build": "tsc", "test": "vitest", "typecheck": "tsc --noEmit", "lint": "eslint", "release": "release-it", "validate": "pnpm lint && pnpm typecheck && pnpm test -- --no-watch" }, "dependencies": { "chalk": "^5.4.1", "meow": "^13.2.0", "redent": "^4.0.0", "tinygradient": "^1.1.5" }, "devDependencies": { "@eslint/js": "^9.18.0", "@release-it/conventional-changelog": "^10.0.0", "@types/node": "^22.10.5", "eslint": "^9.18.0", "eslint-plugin-simple-import-sort": "^12.1.1", "globals": "^15.14.0", "release-it": "^18.1.1", "typescript": "^5.7.3", "typescript-eslint": "^8.19.1", "vitest": "^2.1.8" }, "packageManager": "pnpm@9.15.3+sha512.1f79bc245a66eb0b07c5d4d83131240774642caaa86ef7d0434ab47c0d16f66b04e21e0c086eb61e62c77efc4d7f7ec071afad3796af64892fae66509173893a" }