57 lines
1.9 KiB
JSON
57 lines
1.9 KiB
JSON
{
|
|
"name": "metrics",
|
|
"version": "3.4.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": "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 image-to-base64@latest js-yaml@latest memory-cache@latest prismjs@latest puppeteer@latest svgo@latest vue@latest jest@latest libxmljs@latest",
|
|
"quickstart": "node .github/quickstart/index.mjs",
|
|
"linter": "npx eslint source/**/*.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.2.6",
|
|
"@actions/github": "^4.0.0",
|
|
"@octokit/graphql": "^4.5.9",
|
|
"@octokit/rest": "^18.0.15",
|
|
"axios": "^0.21.1",
|
|
"compression": "^1.7.4",
|
|
"dayjs": "^1.10.4",
|
|
"ejs": "^3.1.5",
|
|
"express": "^4.17.1",
|
|
"express-rate-limit": "^5.2.3",
|
|
"faker": "^5.2.0",
|
|
"image-to-base64": "^2.1.1",
|
|
"js-yaml": "^4.0.0",
|
|
"memory-cache": "^0.2.0",
|
|
"prismjs": "^1.23.0",
|
|
"puppeteer": "^5.5.0",
|
|
"simple-git": "^2.31.0",
|
|
"svgo": "^1.3.2",
|
|
"vue": "^2.6.12",
|
|
"vue-prism-component": "^1.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^7.19.0",
|
|
"jest": "^26.6.3",
|
|
"libxmljs": "^0.19.7"
|
|
},
|
|
"jest": {
|
|
"testEnvironment": "node",
|
|
"testTimeout": 60000,
|
|
"transform": {}
|
|
}
|
|
}
|