brainz-social-old/package.json

25 lines
540 B
JSON
Raw Normal View History

2023-03-20 01:38:00 +00: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>",
"license": "WTFPL",
"dependencies": {
"express": "^4.18.2",
"glob": "^9.3.0",
"path-to-regexp": "^6.2.1"
2023-03-21 11:51:25 +00:00
},
"devDependencies": {
"eslint": "^8.36.0",
"license-checker": "^25.0.1"
}
2023-03-20 01:38:00 +00:00
}