90 lines
2.7 KiB
JSON
90 lines
2.7 KiB
JSON
{
|
|
"name": "metrics",
|
|
"version": "3.28.0-beta",
|
|
"description": "An infographics generator with 40+ 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",
|
|
"test-contrib": "jest --runInBand ci.test.js --noStackTrace",
|
|
"test-presets": "jest --runInBand presets.test.js --noStackTrace",
|
|
"test-metrics": "jest --runInBand metrics.test.js",
|
|
"build": "node .github/scripts/build.mjs",
|
|
"presets": "node .github/scripts/presets_examples.mjs",
|
|
"quickstart": "node .github/scripts/quickstart/index.mjs",
|
|
"preview": "node .github/scripts/preview.mjs",
|
|
"linter": "eslint source/**/*.mjs --quiet",
|
|
"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.9.1",
|
|
"@actions/github": "^5.0.3",
|
|
"@faker-js/faker": "^7.4.0",
|
|
"@googlemaps/google-maps-services-js": "^3.3.16",
|
|
"@octokit/graphql": "^5.0.1",
|
|
"@octokit/rest": "^19.0.4",
|
|
"@primer/css": "^20.4.3",
|
|
"@primer/octicons": "^17.5.0",
|
|
"axios": "^0.27.2",
|
|
"clipboard": "^2.0.11",
|
|
"color": "^4.2.3",
|
|
"compression": "^1.7.4",
|
|
"csso": "^5.0.5",
|
|
"d3": "^7.6.1",
|
|
"d3-node": "^2.2.3",
|
|
"ejs": "^3.1.8",
|
|
"emoji-name-map": "^1.2.9",
|
|
"express": "^4.18.1",
|
|
"express-rate-limit": "^6.6.0",
|
|
"file-type": "^18.0.0",
|
|
"js-yaml": "^4.1.0",
|
|
"linguist-js": "^2.5.2",
|
|
"marked": "^4.1.0",
|
|
"memory-cache": "^0.2.0",
|
|
"minimatch": "^5.1.0",
|
|
"node-fetch": "^3.2.10",
|
|
"open-graph-scraper": "^4.11.1",
|
|
"png-js": "^1.0.0",
|
|
"prismjs": "^1.29.0",
|
|
"puppeteer": "^17.1.1",
|
|
"purgecss": "^4.1.3",
|
|
"rss-parser": "^3.12.0",
|
|
"sanitize-html": "^2.7.1",
|
|
"sharp": "^0.31.0",
|
|
"simple-git": "^3.14.0",
|
|
"svgo": "^2.8.0",
|
|
"twemoji-parser": "^14.0.0",
|
|
"vue": "^2.7.1",
|
|
"vue-prism-component": "^1.2.0",
|
|
"xml-formatter": "^2.6.1"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^8.23.0",
|
|
"jest": "^29.0.1",
|
|
"libxmljs2": "^0.30.1"
|
|
},
|
|
"jest": {
|
|
"testEnvironment": "node",
|
|
"testTimeout": 60000,
|
|
"transform": {}
|
|
},
|
|
"optionalDependencies": {
|
|
"chess.js": "^1.0.0-alpha.0",
|
|
"gifencoder": "^2.0.1",
|
|
"libxmljs2": "^0.30.1",
|
|
"node-chartist": "^1.0.5"
|
|
}
|
|
}
|