-
-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
182 lines (182 loc) · 6.11 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
{
"author": "epicmonkey <[email protected]>",
"name": "freefeed-server",
"description": "FreeFeed is an open source FriendFeed clone (yes, it is free and open!) based on Pepyatka open-source FriendFeed clone (yes, that one is also free and open). Basically, this is a social real-time feed aggregator that allows you to share cute kittens, coordinate upcoming events, discuss any other cool stuff on the Internet or setup a private Pepyatka instance in your company.",
"homepage": "https://freefeed.net",
"version": "2.23.0",
"private": true,
"scripts": {
"start": "cross-env TZ=UTC yarn babel index.js",
"travis": "run-s -c typecheck test lint",
"test": "run-s typecheck reset-test-db test-rollback mocha",
"coverage": "run-s reset-test-db nyc",
"lint": "run-s eslint ejslint",
"ejslint": "ejslint app",
"eslint": "eslint . --ext \".js,.jsx,.ts\"",
"babel": "node -r './esm/register.cjs'",
"typecheck": "tsc",
"reset-test-db": "run-s \"babel bin/clean_test_db.js\" && knex --env test migrate:latest",
"test-rollback": "knex --env test migrate:rollback && knex --env test migrate:latest",
"test-just": "cross-env NODE_ENV=test FRFS_SECRET=test-secret mocha",
"mocha": "cross-env TZ=UTC run-s \"test-just -b test/unit test/integration test/functional test/cleanup.js\"",
"console": "yarn babel bin/console",
"nyc": "nyc yarn mocha",
"data_transfer": "yarn babel bin/data_transfer",
"reindex_hashtags": "yarn babel bin/reindex_hashtags",
"notification_emails": "yarn babel bin/notification_emails",
"bestof_emails": "yarn babel bin/bestof_emails",
"count_stats": "yarn babel bin/count_stats",
"count-daily-stats": "yarn babel bin/count-daily-stats",
"usermod": "yarn babel bin/usermod.js",
"gdpr": "yarn babel bin/gdpr.ts"
},
"repository": {
"type": "git",
"url": "git://github.com/FreeFeed/freefeed-server.git"
},
"dependencies": {
"@aws-sdk/client-s3": "~3.637.0",
"@koa/cors": "~5.0.0",
"@koa/router": "~13.0.0",
"@socket.io/redis-adapter": "~8.3.0",
"@tirke/node-cache-manager-ioredis": "~3.6.0",
"@types/react": "~18.3.5",
"@types/react-dom": "~18.3.0",
"ajv": "~8.17.1",
"ajv-formats": "~3.0.1",
"async-ratelimiter": "~1.3.13",
"await-lock": "~2.2.2",
"bcrypt": "~5.1.1",
"bytes": "~3.1.2",
"cache-manager": "~5.7.6",
"classnames": "~2.5.1",
"cld": "^2.10.0",
"commander": "~12.1.0",
"config": "~3.3.12",
"console-stamp": "~3.1.2",
"debug": "~4.3.6",
"ejs": "~3.1.10",
"email-validator": "~2.0.4",
"exiftool-vendored": "~28.2.1",
"ff-url-finder": "~2.3.7",
"file-type": "~19.4.1",
"gifsicle": "~7.0.1",
"gm": "~1.25.0",
"grapheme-breaker": "0.3.2",
"humps": "~2.0.1",
"ioredis": "~5.4.1",
"jsonwebtoken": "~9.0.2",
"juice": "~11.0.0",
"knex": "~3.1.0",
"koa": "~2.15.3",
"koa-body": "~6.0.1",
"koa-compose": "~4.1.0",
"koa-conditional-get": "~3.0.0",
"koa-etag": "~4.0.0",
"koa-methodoverride": "2.0.0",
"koa-morgan": "1.0.1",
"koa-passport": "~6.0.0",
"koa-requestid": "~2.2.1",
"koa-response-time": "~2.1.0",
"koa-static": "~5.0.0",
"lodash": "~4.17.21",
"luxon": "~3.5.0",
"media-type": "~0.3.1",
"mime-types": "~2.1.35",
"mmmagic": "~0.5.3",
"moment": "~2.30.1",
"monitor-dog": "2.0.0",
"music-metadata": "~10.3.1",
"mv": "2.1.1",
"n3": "~1.21.0",
"node-cache": "~5.1.2",
"node-fetch": "~3.3.2",
"node-loggly-bulk": "~4.0.2",
"nodemailer": "~6.9.14",
"nodemailer-smtp-transport": "~2.7.4",
"nodemailer-stub-transport": "~1.1.0",
"numeral": "~2.0.6",
"passport-local": "1.0.0",
"pg": "~8.12.0",
"pg-cursor": "~2.11.0",
"pg-format": "~1.0.4",
"probe-image-size": "~7.2.3",
"raven": "~2.6.4",
"react": "~18.3.1",
"react-dom": "~18.3.1",
"sbd": "~1.0.19",
"social-text-tokenizer": "~3.0.0",
"socket.io": "~4.7.5",
"stream-meter": "~1.0.4",
"ts-json-check": "~2.0.3",
"url": "0.11.4",
"uuid": "~10.0.0",
"validator": "~13.12.0",
"xmlbuilder": "~15.1.1",
"xregexp": "~5.1.1"
},
"devDependencies": {
"@babel/core": "~7.25.2",
"@types/bytes": "~3.1.4",
"@types/cache-manager": "~4.0.6",
"@types/debug": "~4.1.12",
"@types/humps": "~2.0.6",
"@types/jsonwebtoken": "~9.0.6",
"@types/koa": "~2.15.0",
"@types/koa-conditional-get": "~2.0.3",
"@types/koa-etag": "~3.0.3",
"@types/koa-morgan": "~1.0.8",
"@types/koa-passport": "~6.0.3",
"@types/koa-response-time": "~2.1.5",
"@types/koa-static": "~4.0.4",
"@types/koa__router": "~12.0.4",
"@types/lodash": "~4.17.7",
"@types/mocha": "~10.0.7",
"@types/n3": "~1.16.5",
"@types/node": "~18.19.47",
"@types/pg": "~8.11.8",
"@types/pg-format": "~1.0.5",
"@types/raven": "~2.5.7",
"@types/sbd": "~1.0.5",
"@types/stream-meter": "~0.0.25",
"@types/uuid": "~10.0.0",
"@typescript-eslint/eslint-plugin": "~8.3.0",
"@typescript-eslint/parser": "~8.3.0",
"chai": "5.1.1",
"chai-fs": "~2.0.0",
"cross-env": "~7.0.3",
"ejs-lint": "~2.0.0",
"esbuild": "~0.23.1",
"eslint": "~8.56.0",
"eslint-config-prettier": "~9.1.0",
"eslint-plugin-babel": "~5.3.1",
"eslint-plugin-import": "~2.29.1",
"eslint-plugin-lodash": "~8.0.0",
"eslint-plugin-prettier": "~5.2.1",
"eslint-plugin-promise": "~7.1.0",
"eslint-plugin-you-dont-need-lodash-underscore": "~6.14.0",
"mailparser": "~3.7.1",
"mkdirp": "~3.0.1",
"mocha": "~10.7.3",
"npm-run-all": "~4.1.5",
"nyc": "~15.1.0",
"prettier": "~3.3.3",
"s3rver": "~3.7.1",
"sinon": "~18.0.0",
"socket.io-client": "~2.3.1",
"socket.io-client-modern": "npm:socket.io-client@~4.7.5",
"source-map-support": "~0.5.21",
"superagent": "~10.1.0",
"typescript": "~5.5.4",
"unexpected": "~13.2.1",
"unexpected-date": "~2.0.0",
"unexpected-map": "~3.1.0",
"unexpected-moment": "~3.3.0",
"unexpected-sinon": "~11.1.0",
"xml-parser": "~1.2.1"
},
"resolutions": {
"@types/node": "~18.19.4"
},
"packageManager": "[email protected]"
}