.profile/package.json
Seraphim R. Pardee 07026832ad
Some checks failed
README build / build (push) Failing after 10s
idk tryna make this work
2024-09-23 23:26:47 -04:00

34 lines
807 B
JSON

{
"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",
"rss-parser": "^3.13.0"
}
}