github-readme-stats/package.json

33 lines
767 B
JSON
Raw Normal View History

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": {
"test": "jest --coverage",
"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",
"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": {
"dotenv": "^8.2.0",
"emoji-name-map": "^1.2.8",
"word-wrap": "^1.2.3"
},
"husky": {
"hooks": {
"pre-commit": "npm test"
}
2020-07-09 18:33:41 +08:00
}
}