{ "name": "metrics", "version": "3.5.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", "index": "node .github/index.mjs", "upgrade": "npm install @actions/core@latest @actions/github@latest @octokit/graphql@latest @octokit/rest@latest axios@latest compression@latest ejs@latest express@latest express-rate-limit@latest faker@latest jimp@latest js-yaml@latest memory-cache@latest open-graph-scraper@latest prismjs@latest puppeteer@latest simple-git@latest svgo@latest twemoji-parser@latest vue@latest eslint@latest jest@latest libxmljs@latest", "quickstart": "node .github/quickstart/index.mjs", "linter": "npx eslint source/**/*.mjs", "dev": "nodemon source/app/web/index.mjs -e mjs,css,ejs" }, "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.6.0", "@octokit/rest": "^18.3.2", "axios": "^0.21.1", "compression": "^1.7.4", "ejs": "^3.1.6", "express": "^4.17.1", "express-rate-limit": "^5.2.6", "faker": "^5.4.0", "jimp": "^0.16.1", "js-yaml": "^4.0.0", "memory-cache": "^0.2.0", "open-graph-scraper": "^4.7.1", "prismjs": "^1.23.0", "puppeteer": "^8.0.0", "simple-git": "^2.36.0", "svgo": "^2.2.0", "twemoji-parser": "^13.0.0", "vue": "^2.6.12", "vue-prism-component": "^1.2.0" }, "devDependencies": { "eslint": "^7.21.0", "jest": "^26.6.3", "libxmljs": "^0.19.7", "nodemon": "^2.0.7" }, "jest": { "testEnvironment": "node", "testTimeout": 60000, "transform": {} } }