-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.81 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.81 KB
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
{
"name": "mdruker-feeds",
"version": "0.5.0",
"description": "mdruker's experimental feeds",
"main": "index.ts",
"repository": "git@github.com:mdruker/feeds.git",
"author": "mdruker",
"license": "MIT",
"scripts": {
"publishStaging": "tsx --env-file=.env.staging scripts/publishFeedGen.ts",
"publishProduction": "tsx --env-file=.env.production scripts/publishFeedGen.ts",
"unpublishStaging": "tsx --env-file=.env.staging scripts/unpublishFeedGen.ts",
"unpublishProduction": "tsx --env-file=.env.production scripts/unpublishFeedGen.ts",
"start": "tsx src/index.ts",
"build": "tsc"
},
"dependencies": {
"@atcute/client": "^4.1.0",
"@atproto/api": "^0.18.3",
"@atproto/identity": "^0.4.10",
"@atproto/jwk-jose": "^0.1.11",
"@atproto/lexicon": "^0.5.2",
"@atproto/oauth-client-node": "^0.3.11",
"@atproto/repo": "^0.8.11",
"@atproto/syntax": "^0.4.1",
"@atproto/xrpc-server": "^0.9.4",
"@skyware/jetstream": "^0.2.5",
"async-mutex": "^0.5.0",
"dotenv": "^16.4.7",
"express": "^4.21.2",
"iron-session": "^8.0.4",
"kysely": "^0.27.5",
"multiformats": "^13.3.1",
"mysql": "^2.18.1",
"mysql2": "^3.14.2",
"pg": "^8.15.6",
"uhtml": "^4.7.0",
"ws": "^8.18.0",
"yocto-queue": "^1.1.1"
},
"devDependencies": {
"@atproto/lex-cli": "^0.9.7",
"@flydotio/dockerfile": "^0.7.4",
"@inquirer/prompts": "^7.3.1",
"@types/better-sqlite3": "^7.6.12",
"@types/express": "^4.17.21",
"@types/node": "^22.13.1",
"inquirer": "^12.4.1",
"tsx": "^4.19.2",
"typescript": "^5.7.3"
},
"engines": {
"node": ">= 23",
"yarn": "1"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}