2020-07-09 18:33:41 +08:00
|
|
|
{
|
|
|
|
"name": "github-readme-stats",
|
|
|
|
"version": "1.0.0",
|
2020-07-12 00:40:13 +08:00
|
|
|
"description": "Dynamically generate stats for your github readmes",
|
2020-07-09 18:33:41 +08:00
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
2020-07-23 01:56:10 +08:00
|
|
|
"test": "jest --coverage",
|
2020-07-26 16:41:30 +08:00
|
|
|
"test:watch": "jest --watch",
|
|
|
|
"theme-readme-gen": "node scripts/generate-theme-doc"
|
2020-07-09 18:33:41 +08:00
|
|
|
},
|
|
|
|
"author": "Anurag Hazra",
|
|
|
|
"license": "MIT",
|
|
|
|
"devDependencies": {
|
2020-07-12 00:40:13 +08:00
|
|
|
"@testing-library/dom": "^7.20.0",
|
|
|
|
"@testing-library/jest-dom": "^5.11.0",
|
|
|
|
"axios": "^0.19.2",
|
|
|
|
"axios-mock-adapter": "^1.18.1",
|
2020-07-12 10:28:28 +08:00
|
|
|
"css-to-object": "^1.1.0",
|
2020-07-23 15:35:50 +08:00
|
|
|
"husky": "^4.2.5",
|
2020-07-12 00:40:13 +08:00
|
|
|
"jest": "^26.1.0"
|
2020-07-09 18:33:41 +08:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2020-07-24 21:26:26 +08:00
|
|
|
"dotenv": "^8.2.0",
|
2020-07-27 16:39:35 +08:00
|
|
|
"emoji-name-map": "^1.2.8",
|
|
|
|
"word-wrap": "^1.2.3"
|
2020-07-23 15:35:50 +08:00
|
|
|
},
|
|
|
|
"husky": {
|
|
|
|
"hooks": {
|
|
|
|
"pre-commit": "npm test"
|
|
|
|
}
|
2020-07-09 18:33:41 +08:00
|
|
|
}
|
|
|
|
}
|