{ "name": "seraphimrp", "version": "1.0.0", "description": "A dynamic README.md for your GitHub Profile, using Actions, Javascript and Mustache.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/seraphimrp/seraphimrp.git" }, "keywords": [ "readme.md", "github", "actions", "dynamic", "javascript" ], "author": "Seraphim R.P.", "license": "ISC", "bugs": { "url": "https://github.com/seraphimrp/seraphimrp/issues" }, "homepage": "https://github.com/seraphimrp/seraphimrp#readme", "dependencies": { "dotenv": "^8.2.0", "mustache": "^4.0.1", "node-fetch": "^2.6.1", "puppeteer": "^5.1.0" } }