github-readme-stats/package.json

24 lines
545 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": {
2020-07-12 00:40:13 +08:00
"test": "jest",
"test:watch": "jest --watch"
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-12 00:40:13 +08:00
"jest": "^26.1.0"
2020-07-09 18:33:41 +08:00
},
"dependencies": {
"dotenv": "^8.2.0"
}
}