brainz-social-old/package.json

32 lines
742 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": {
"body-parser": "^1.20.2",
"express": "^4.18.2",
"glob": "^9.3.0",
"jsonld": "^8.1.1",
"knex": "^2.4.2",
"log4js": "^6.9.1",
"path-to-regexp": "^6.2.1"
},
"devDependencies": {
"eslint": "^8.36.0",
"eslint-plugin-jsdoc": "^40.1.0",
"license-checker": "^25.0.1"
},
"optionalDependencies": {
"better-sqlite3": "^8.2.0"
}
}