socialtree/package.json

14 lines
295 B
JSON
Raw Normal View History

2022-10-13 14:59:02 +01:00
{
"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"
}
}