socialtree/package.json
2022-10-13 15:59:02 +02:00

14 lines
295 B
JSON

{
"name": "socialtree",
"version": "0.0.0",
"description": "The awesome and damn simple, selfhosted alternative to linktree",
"main": "src/index.js",
"author": "nikurasu",
"type": "module",
"license": "MIT",
"dependencies": {
"eta": "^1.12.3",
"express": "^4.18.2"
}
}