2023-03-19 20:38:00 -05:00
|
|
|
{
|
|
|
|
"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>",
|
2023-03-19 21:34:20 -05:00
|
|
|
"license": "WTFPL",
|
|
|
|
"dependencies": {
|
|
|
|
"express": "^4.18.2",
|
2023-03-20 08:48:55 -05:00
|
|
|
"glob": "^9.3.0",
|
|
|
|
"path-to-regexp": "^6.2.1"
|
2023-03-21 06:51:25 -05:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"eslint": "^8.36.0",
|
|
|
|
"license-checker": "^25.0.1"
|
2023-03-19 21:34:20 -05:00
|
|
|
}
|
2023-03-19 20:38:00 -05:00
|
|
|
}
|