.profile/package.json

34 lines
807 B
JSON
Raw Normal View History

2021-08-03 15:05:50 -04:00
{
"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",
2024-09-23 23:26:47 -04:00
"puppeteer": "^5.1.0",
"rss-parser": "^3.13.0"
2021-08-03 15:05:50 -04:00
}
}