mirror of
https://github.com/Aviortheking/codestats-readme.git
synced 2025-04-22 10:42:08 +00:00
37 lines
970 B
JSON
37 lines
970 B
JSON
{
|
|
"name": "github-readme-stats",
|
|
"version": "1.0.0",
|
|
"description": "Dynamically generate stats for your github readmes",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "vercel dev",
|
|
"theme-readme-gen": "ts-node scripts/generate-theme-doc"
|
|
},
|
|
"author": "Anurag Hazra",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@types/express": "^4.17.8",
|
|
"@types/node-fetch": "^2.5.7",
|
|
"@types/react": "^16.9.49",
|
|
"@types/react-dom": "^16.9.8",
|
|
"@typescript-eslint/eslint-plugin": "^4.1.1",
|
|
"@typescript-eslint/parser": "^4.1.1",
|
|
"eslint": "^7.9.0",
|
|
"eslint-config-google": "^0.14.0",
|
|
"eslint-import-resolver-typescript": "^2.3.0",
|
|
"eslint-plugin-import": "^2.22.0",
|
|
"eslint-plugin-react": "^7.20.6",
|
|
"eslint-plugin-sonarjs": "^0.5.0",
|
|
"jest": "^26.1.0",
|
|
"ts-node": "^9.0.0",
|
|
"vercel": "^20.1.0"
|
|
},
|
|
"dependencies": {
|
|
"node-fetch": "^2.6.1",
|
|
"react": "^16.13.1",
|
|
"react-dom": "^16.13.1",
|
|
"typescript": "^4.0.2",
|
|
"word-wrap": "^1.2.3"
|
|
}
|
|
}
|