mirror of
https://github.com/Aviortheking/codestats-readme.git
synced 2025-04-22 18:42:09 +00:00
45 lines
1.2 KiB
JSON
45 lines
1.2 KiB
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": {
|
|
"@actions/core": "^1.2.4",
|
|
"@actions/github": "^4.0.0",
|
|
"@testing-library/dom": "^7.20.0",
|
|
"@testing-library/jest-dom": "^5.11.0",
|
|
"@types/express": "^4.17.8",
|
|
"@types/node-fetch": "^2.5.7",
|
|
"@types/react": "^16.9.49",
|
|
"@types/react-dom": "^16.9.8",
|
|
"css-to-object": "^1.1.0",
|
|
"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",
|
|
"husky": "^4.2.5",
|
|
"jest": "^26.1.0",
|
|
"parse-diff": "^0.7.0",
|
|
"ts-node": "^9.0.0",
|
|
"vercel": "^20.1.0"
|
|
},
|
|
"dependencies": {
|
|
"dotenv": "^8.2.0",
|
|
"emoji-name-map": "^1.2.8",
|
|
"github-username-regex": "^1.0.0",
|
|
"node-fetch": "^2.6.1",
|
|
"react": "^16.13.1",
|
|
"react-dom": "^16.13.1",
|
|
"typescript": "^4.0.2",
|
|
"word-wrap": "^1.2.3"
|
|
}
|
|
}
|