UNPKG

@fajarkim/github-readme-profile

Version:

🙀 Generate your Stats GitHub Profile in SVG

66 lines (65 loc) • 1.79 kB
{ "name": "@fajarkim/github-readme-profile", "version": "1.1.2", "description": "🙀 Generate your Stats GitHub Profile in SVG", "main": "api/index.ts", "dependencies": { "@actions/core": "^1.11.1", "@resvg/resvg-js": "^2.6.2", "@types/escape-html": "^1.0.4", "@types/express": "^5.0.0", "axios": "^1.7.7", "dotenv": "^16.4.5", "escape-html": "^1.0.3", "express": "^4.21.1", "millify": "^6.1.0", "node-base64-image": "^2.0.7" }, "scripts": { "test": "jest", "dev": "nodemon ./withexpress.ts", "build": "tsc", "theme-readme-gen": "ts-node scripts/generate-theme-doc.ts", "locale-readme-gen": "ts-node scripts/generate-translation-doc.ts", "start": "node ./public/withexpress.js" }, "author": "Rangga Fajar Oktariansyah", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/FajarKim/github-readme-profile.git" }, "publishConfig": { "registry": "https://registry.npmjs.org", "access": "public" }, "keywords": [ "github-readme-stats", "github-stats", "github-readme-profile", "github-profile-stats" ], "bugs": { "url": "https://github.com/FajarKim/github-readme-profile/issues" }, "homepage": "https://github.com/FajarKim/github-readme-profile#readme", "funding": [ { "type": "individual", "url": "https://buymeacoffee.com/fajarkim" } ], "devDependencies": { "@markdoc/markdoc": "^0.4.0", "@types/jest": "^29.5.13", "@types/node": "^22.7.5", "@typescript-eslint/eslint-plugin": "^8.9.0", "@typescript-eslint/parser": "^8.9.0", "eslint": "^8.57.1", "jest": "^29.7.0", "nodemon": "^3.1.7", "ts-jest": "^29.2.5", "ts-node": "^10.9.2", "typescript": "^5.6.3" } }