21 lines
384 B
JSON
21 lines
384 B
JSON
{
|
|
"name": "opengraph",
|
|
"version": "1.0.0",
|
|
"description": "OG server for git.gay",
|
|
"main": "server.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [
|
|
"git.gay",
|
|
"og"
|
|
],
|
|
"author": "besties",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@besties/html2png": "^0.1.2",
|
|
"express": "^4.18.2"
|
|
},
|
|
"type": "module"
|
|
}
|