Files
metrics/package.json
2021-04-28 23:05:08 +02:00

72 lines
2.2 KiB
JSON

{
"name": "metrics",
"version": "3.8.0-beta",
"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": "jest --runInBand",
"index": "node .github/index.mjs",
"quickstart": "node .github/quickstart/index.mjs",
"preview": "node .github/preview.mjs",
"linter": "eslint source/**/*.mjs",
"dev": "nodemon source/app/web/index.mjs -e mjs,css,ejs,json",
"postinstall": "node node_modules/puppeteer/install.js",
"fmt": "dprint fmt --config .github/config/dprint.json && eslint source/**/*.mjs --fix"
},
"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.7",
"@actions/github": "^4.0.0",
"@octokit/graphql": "^4.6.1",
"@octokit/rest": "^18.5.3",
"@primer/css": "^16.3.0",
"axios": "^0.21.1",
"compression": "^1.7.4",
"ejs": "^3.1.6",
"express": "^4.17.1",
"express-rate-limit": "^5.2.6",
"faker": "^5.5.3",
"jimp": "^0.16.1",
"js-yaml": "^4.1.0",
"marked": "^2.0.3",
"memory-cache": "^0.2.0",
"node-chartist": "^1.0.5",
"open-graph-scraper": "^4.8.2",
"png-js": "^1.0.0",
"prismjs": "^1.23.0",
"puppeteer": "^9.0.0",
"rss-parser": "^3.12.0",
"sanitize-html": "^2.3.3",
"simple-git": "^2.38.0",
"svgo": "^2.3.0",
"twemoji-parser": "^13.0.0",
"vue": "^2.6.12",
"vue-prism-component": "^1.2.0",
"xml-formatter": "^2.4.0"
},
"devDependencies": {
"eslint": "^7.25.0",
"jest": "^26.6.3",
"libxmljs2": "^0.26.7",
"nodemon": "^2.0.7"
},
"jest": {
"testEnvironment": "node",
"testTimeout": 60000,
"transform": {}
},
"optionalDependencies": {
"gifencoder": "^2.0.1"
}
}