38 lines
1.1 KiB
JSON
38 lines
1.1 KiB
JSON
{
|
|
"name": "guppe",
|
|
"version": "0.0.1",
|
|
"description": "Decentralized social groups with ActivityPub, NodeJS, Express, Vue, and Mongodb",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"@small-tech/auto-encrypt": "^3.0.1",
|
|
"activitypub-express": "^2.2.1",
|
|
"connect-history-api-fallback": "^1.6.0",
|
|
"cors": "^2.8.4",
|
|
"dotenv": "^10.0.0",
|
|
"express": "^4.16.3",
|
|
"express-basic-auth": "^1.1.5",
|
|
"http-signature": "github:wmurphyrd/node-http-signature#9c02eeb",
|
|
"mongodb": "^3.3.2",
|
|
"morgan": "^1.9.1",
|
|
"node-graceful-shutdown": "1.1.0",
|
|
"request": "^2.88.0",
|
|
"request-promise-native": "^1.0.7"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.10.0"
|
|
},
|
|
"devDependencies": {
|
|
"chokidar": "^3.1.1",
|
|
"nodemon": "^1.19.3",
|
|
"standard": "^16.0.4",
|
|
"standardjs": "^1.0.0-alpha"
|
|
},
|
|
"scripts": {
|
|
"start": "node index.js",
|
|
"start:prod": "NODE_ENV=production authbind node index.js",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "Will Murphy",
|
|
"license": "AGPL-3.0-or-later",
|
|
"repository": "https://github.com/wmurphyrd/guppe"
|
|
}
|