-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.15 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
{
"name": "wolfgang-bsky",
"version": "1.0.0",
"description": "",
"main": "index.js",
"repository": "[email protected]:hpmartins/wolfgang-bsky.git",
"author": "hpmartins <[email protected]>",
"license": "MIT",
"scripts": {
"start": "ts-node src/index.ts",
"build": "tsc"
},
"dependencies": {
"@atproto/api": "^0.3.7",
"@atproto/did-resolver": "^0.1.0",
"@atproto/lexicon": "^0.1.0",
"@atproto/repo": "^0.1.0",
"@atproto/uri": "^0.0.2",
"@atproto/xrpc-server": "^0.2.0",
"better-sqlite3": "^8.3.0",
"body-parser": "^1.20.2",
"bootstrap-icons": "^1.10.5",
"canvas": "^2.11.2",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"express-rate-limit": "^6.7.0",
"jwt-decode": "^3.1.2",
"kysely": "^0.25.0",
"multiformats": "^9.9.0",
"mysql2": "^3.3.3",
"node-cron": "^3.0.2",
"pug": "^3.0.2",
"serve-favicon": "^2.5.0"
},
"devDependencies": {
"@types/better-sqlite3": "^7.6.4",
"@types/cors": "^2.8.13",
"@types/express": "^4.17.17",
"@types/node": "^20.1.2",
"i18n": "^0.15.1",
"ts-node": "^10.9.1",
"typescript": "^5.0.4"
}
}