24 lines
540 B
JSON
24 lines
540 B
JSON
{
|
|
"name": "haxsocial",
|
|
"version": "0.0.1",
|
|
"description": "",
|
|
"main": "app.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://forgejo.hax.social/rallias/haxsocial.git"
|
|
},
|
|
"author": "Andrew Pietila <a.pietila@protonmail.com>",
|
|
"license": "WTFPL",
|
|
"dependencies": {
|
|
"express": "^4.18.2",
|
|
"glob": "^9.3.0",
|
|
"path-to-regexp": "^6.2.1"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^8.36.0",
|
|
"license-checker": "^25.0.1"
|
|
}
|
|
}
|