Files
metrics/package.json
dependabot[bot] 34004e8909 Bump linguist-js from 1.4.3 to 1.6.1 (#486) [skip ci]
Bumps [linguist-js](https://github.com/Nixinova/Linguist) from 1.4.3 to 1.6.1.
- [Release notes](https://github.com/Nixinova/Linguist/releases)
- [Changelog](https://github.com/Nixinova/Linguist/blob/main/changelog.md)
- [Commits](https://github.com/Nixinova/Linguist/compare/1.4.3...1.6.1)

---
updated-dependencies:
- dependency-name: linguist-js
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-17 12:07:57 +02:00

79 lines
2.3 KiB
JSON

{
"name": "metrics",
"version": "3.13.0-beta",
"description": "An infographics generator with 30+ plugins and 100+ 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",
"index": "node .github/index.mjs",
"quickstart": "node .github/quickstart/index.mjs",
"preview": "node .github/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"
},
"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.4.0",
"@actions/github": "^4.0.0",
"@octokit/graphql": "^4.6.4",
"@octokit/rest": "^18.9.0",
"@primer/css": "^17.5.1",
"axios": "^0.21.1",
"clipboard": "^2.0.8",
"compression": "^1.7.4",
"ejs": "^3.1.6",
"emoji-name-map": "^1.2.9",
"express": "^4.17.1",
"express-rate-limit": "^5.3.0",
"faker": "^5.5.3",
"jimp": "^0.16.1",
"js-yaml": "^4.1.0",
"linguist-js": "^1.6.1",
"marked": "^3.0.0",
"memory-cache": "^0.2.0",
"minimatch": "^3.0.4",
"node-chartist": "^1.0.5",
"node-fetch": "^2.6.1",
"open-graph-scraper": "^4.9.0",
"png-js": "^1.0.0",
"prismjs": "^1.24.1",
"puppeteer": "^10.2.0",
"rss-parser": "^3.12.0",
"sanitize-html": "^2.4.0",
"simple-git": "^2.44.0",
"svgo": "^2.4.0",
"twemoji-parser": "^13.1.0",
"vue": "^2.6.12",
"vue-prism-component": "^1.2.0",
"xml-formatter": "^2.4.0"
},
"devDependencies": {
"eslint": "^7.32.0",
"jest": "^27.0.3",
"libxmljs2": "^0.27.0",
"nodemon": "^2.0.7"
},
"jest": {
"testEnvironment": "node",
"testTimeout": 60000,
"transform": {}
},
"optionalDependencies": {
"gifencoder": "^2.0.1",
"utf-8-validate": "^5.0.5"
}
}