brainz-social-old/package.json

33 lines
835 B
JSON

{
"name": "brainz-social",
"version": "0.0.1",
"description": "Brainz Social",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Andrew Pietila <a.pietila@protonmail.com>",
"license": "WTFPL",
"dependencies": {
"async": "^3.2.4",
"bcrypt": "^5.1.1",
"better-sqlite3": "^8.6.0",
"body-parser": "^1.20.2",
"cookie-parser": "^1.4.6",
"db-migrate": "^0.11.14",
"db-migrate-sqlite3": "^0.5.0",
"express": "^4.18.2",
"glob": "^10.3.10",
"jsonld": "^8.3.1",
"path-to-regexp": "^6.2.1",
"qs": "^6.11.2",
"sanitize-html": "^2.11.0",
"web-push": "^3.6.6"
},
"type": "commonjs",
"devDependencies": {
"eslint": "^8.51.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.28.1"
}
}