mirror of
https://github.com/anuraghazra/github-readme-stats.git
synced 2024-12-21 06:11:29 +08:00
b6c184e8ff
* Fixed Firefox text overflow / overwriting issue Tests currently don't work becouse it appears that '@supports' is not supported by cssToObject used within the tests. I currently have no idea how to fix that test but the cards themself appear to not be broken Fixes anuraghazra/github-readme-stats#664 Fixes anuraghazra/github-readme-stats#1134 * Fixed tests by moving to other css-to-object Moved the `css-to-object` package to @uppercod's version for test fix. This doesn't seem to have the same issues as the older package * chore: cleanup test Co-authored-by: Anurag <hazru.anurag@gmail.com>
42 lines
1.1 KiB
JSON
42 lines
1.1 KiB
JSON
{
|
|
"name": "github-readme-stats",
|
|
"version": "1.0.0",
|
|
"description": "Dynamically generate stats for your github readmes",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "jest --coverage",
|
|
"test:watch": "jest --watch",
|
|
"theme-readme-gen": "node scripts/generate-theme-doc",
|
|
"preview-theme": "node scripts/preview-theme"
|
|
},
|
|
"author": "Anurag Hazra",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@actions/core": "^1.2.4",
|
|
"@actions/github": "^4.0.0",
|
|
"@testing-library/dom": "^7.20.0",
|
|
"@testing-library/jest-dom": "^5.11.0",
|
|
"@uppercod/css-to-object": "^1.1.1",
|
|
"axios": "^0.24.0",
|
|
"axios-mock-adapter": "^1.18.1",
|
|
"color-contrast-checker": "^2.1.0",
|
|
"hjson": "^3.2.2",
|
|
"husky": "^4.2.5",
|
|
"jest": "^26.1.0",
|
|
"lodash.snakecase": "^4.1.1",
|
|
"parse-diff": "^0.7.0"
|
|
},
|
|
"dependencies": {
|
|
"dotenv": "^8.2.0",
|
|
"emoji-name-map": "^1.2.8",
|
|
"github-username-regex": "^1.0.0",
|
|
"prettier": "^2.1.2",
|
|
"word-wrap": "^1.2.3"
|
|
},
|
|
"husky": {
|
|
"hooks": {
|
|
"pre-commit": "npm test"
|
|
}
|
|
}
|
|
}
|