rubberguppe/package.json
2022-02-11 09:43:29 -06:00

35 lines
1,018 B
JSON

{
"name": "guppe",
"version": "1.0.0",
"description": "Decentralized social groups with ActivityPub, NodeJS, Express, Vue, and Mongodb",
"main": "index.js",
"dependencies": {
"@small-tech/auto-encrypt": "^3.0.1",
"activitypub-express": "^3.0.0",
"connect-history-api-fallback": "^1.6.0",
"cors": "^2.8.4",
"dotenv": "^16.0.0",
"express": "^4.16.3",
"http-signature": "github:wmurphyrd/node-http-signature#9c02eeb",
"mongodb": "^4.3.1",
"morgan": "^1.9.1",
"node-graceful-shutdown": "1.1.0",
"request": "^2.88.0",
"request-promise-native": "^1.0.7"
},
"engines": {
"node": ">=16"
},
"devDependencies": {
"nodemon": "^2.0.15",
"standard": "^16.0.4"
},
"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"
}