{ "name": "metrics", "version": "3.19.0-beta", "description": "An infographics generator with 30+ plugins and 200+ options to display stats about your GitHub account and render them as SVG, Markdown, PDF or JSON!", "main": "index.mjs", "scripts": { "start": "node source/app/web/index.mjs", "test": "jest --runInBand", "build": "node .github/scripts/build.mjs", "quickstart": "node .github/scripts/quickstart/index.mjs", "preview": "node .github/scripts/preview.mjs", "linter": "eslint source/**/*.mjs --quiet", "format": "eslint source/**/*.mjs --fix", "dev": "nodemon source/app/web/index.mjs -e mjs,css,ejs,json", "postinstall": "node node_modules/puppeteer/install.js", "indepth": "node source/plugins/languages/analyzers.mjs", "autogen": "node .github/examples.mjs" }, "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.6.0", "@actions/github": "^4.0.0", "@faker-js/faker": "^6.0.0-alpha.3", "@octokit/graphql": "^4.8.0", "@octokit/rest": "^18.12.0", "@primer/css": "^19.2.0", "axios": "^0.24.0", "clipboard": "^2.0.8", "compression": "^1.7.4", "csso": "^5.0.0", "ejs": "^3.1.6", "emoji-name-map": "^1.2.9", "express": "^4.17.1", "express-rate-limit": "^6.1.0", "jimp": "^0.16.1", "js-yaml": "^4.1.0", "linguist-js": "^2.2.0", "marked": "^4.0.10", "memory-cache": "^0.2.0", "minimatch": "^3.0.4", "node-chartist": "^1.0.5", "node-fetch": "^3.1.0", "open-graph-scraper": "^4.11.0", "png-js": "^1.0.0", "prismjs": "^1.26.0", "puppeteer": "^13.0.0", "purgecss": "^4.1.2", "rss-parser": "^3.12.0", "sanitize-html": "^2.6.0", "simple-git": "^2.48.0", "svgo": "^2.8.0", "twemoji-parser": "^13.1.0", "vue": "^2.6.14", "vue-prism-component": "^1.2.0", "xml-formatter": "^2.6.0" }, "devDependencies": { "eslint": "^8.7.0", "jest": "^27.4.0", "libxmljs2": "^0.29.0", "nodemon": "^2.0.15" }, "jest": { "testEnvironment": "node", "testTimeout": 60000, "transform": {} }, "optionalDependencies": { "gifencoder": "^2.0.1", "utf-8-validate": "^5.0.7" } }