{ "name": "metrics", "version": "3.1.0", "description": "An image generator with 20+ metrics about your GitHub account such as activity, community, repositories, coding habits, website performances, music played, starred topics, etc. that you can put on your profile or elsewhere !", "main": "index.mjs", "scripts": { "start": "node source/app/web/index.mjs", "test": "npx jest", "upgrade": "npm install @actions/core@latest @actions/github@latest @octokit/graphql@latest @octokit/rest@latest axios@latest colors@latest compression@latest ejs@latest express@latest express-rate-limit@latest image-to-base64@latest memory-cache@latest prismjs@latest puppeteer@latest svgo@latest vue@latest vue-prism-component@latest jest@latest js-yaml@latest libxmljs@latest" }, "repository": { "type": "git", "url": "git+https://github.com/lowlighter/metrics.git" }, "author": "lowlighter", "license": "MIT", "bugs": { "url": "https://github.com/lowlighter/metrics/issues" }, "homepage": "https://github.com/lowlighter/metrics#readme", "dependencies": { "@actions/core": "^1.2.6", "@actions/github": "^4.0.0", "@octokit/graphql": "^4.5.8", "@octokit/rest": "^18.0.12", "axios": "^0.21.1", "colors": "^1.4.0", "compression": "^1.7.4", "ejs": "^3.1.5", "express": "^4.17.1", "express-rate-limit": "^5.2.3", "image-to-base64": "^2.1.1", "memory-cache": "^0.2.0", "prismjs": "^1.23.0", "puppeteer": "^5.5.0", "svgo": "^1.3.2", "vue": "^2.6.12", "vue-prism-component": "^1.2.0" }, "devDependencies": { "jest": "^26.6.3", "js-yaml": "^4.0.0", "libxmljs": "^0.19.7" } }