![dependabot[bot]](/assets/img/avatar_default.png)
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.45.0 to 6.1.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.1.0/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
33 lines
806 B
JSON
33 lines
806 B
JSON
{
|
|
"name": "github-readme-stats",
|
|
"version": "1.0.0",
|
|
"description": "Dynamically generate stats for your github readmes",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"dev": "ts-node ./index.ts",
|
|
"build": "tsc --project ./tsconfig.json",
|
|
"start": "node dist/index.js",
|
|
"theme-readme-gen": "ts-node scripts/generate-theme-doc"
|
|
},
|
|
"author": "Anurag Hazra",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@types/express": "^4",
|
|
"@types/node-fetch": "^2",
|
|
"@types/react": "^18",
|
|
"@types/react-dom": "^18",
|
|
"@typescript-eslint/eslint-plugin": "^6",
|
|
"@typescript-eslint/parser": "^5",
|
|
"eslint": "^8",
|
|
"ts-node": "^10"
|
|
},
|
|
"dependencies": {
|
|
"@dzeio/config": "^1.1.8",
|
|
"express": "^4",
|
|
"node-fetch": "^3",
|
|
"react": "^18",
|
|
"react-dom": "^18",
|
|
"typescript": "^4",
|
|
"word-wrap": "^1"
|
|
}
|
|
}
|