![dependabot[bot]](/assets/img/avatar_default.png)
Bumps [@dzeio/config](https://github.com/dzeiocom/libs/tree/HEAD/packages/config) from 1.1.8 to 1.1.12. - [Commits](https://github.com/dzeiocom/libs/commits/HEAD/packages/config) --- updated-dependencies: - dependency-name: "@dzeio/config" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
33 lines
807 B
JSON
33 lines
807 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.12",
|
|
"express": "^4",
|
|
"node-fetch": "^3",
|
|
"react": "^18",
|
|
"react-dom": "^18",
|
|
"typescript": "^4",
|
|
"word-wrap": "^1"
|
|
}
|
|
}
|