rubberguppe/package.json

34 lines
924 B
JSON
Raw Normal View History

2018-09-15 07:01:19 +00:00
{
2019-09-22 05:20:37 +00:00
"name": "guppe",
2022-05-15 19:27:15 +00:00
"version": "1.2.0",
"description": "Decentralized social groups with ActivityPub, NodeJS, Express, Vue, and Mongodb",
2018-09-15 07:01:19 +00:00
"main": "index.js",
"dependencies": {
2020-10-24 17:29:14 +00:00
"@small-tech/auto-encrypt": "^3.0.1",
2022-04-28 01:22:53 +00:00
"activitypub-express": "^3.1.2",
"connect-history-api-fallback": "^1.6.0",
2018-09-15 07:01:19 +00:00
"cors": "^2.8.4",
2022-02-11 15:43:29 +00:00
"dotenv": "^16.0.0",
2022-04-28 01:22:53 +00:00
"express": "^4.18.0",
2019-09-28 03:24:35 +00:00
"morgan": "^1.9.1",
2022-04-28 01:24:35 +00:00
"node-graceful-shutdown": "^1.1.2",
"request": "^2.88.0",
"request-promise-native": "^1.0.7"
2018-09-15 07:01:19 +00:00
},
"engines": {
2021-11-01 23:12:48 +00:00
"node": ">=16"
2018-09-15 07:01:19 +00:00
},
"devDependencies": {
2022-02-11 15:43:29 +00:00
"nodemon": "^2.0.15",
2022-04-28 01:22:53 +00:00
"standard": "^17.0.0"
},
2018-09-15 07:01:19 +00:00
"scripts": {
"start": "node index.js",
"start:prod": "NODE_ENV=production authbind node index.js",
2018-09-15 07:01:19 +00:00
"test": "echo \"Error: no test specified\" && exit 1"
},
2019-09-09 22:44:53 +00:00
"author": "Will Murphy",
2019-09-22 05:20:37 +00:00
"license": "AGPL-3.0-or-later",
"repository": "https://github.com/wmurphyrd/guppe"
2018-09-15 07:01:19 +00:00
}