mirror of https://git.lenooby09.tech/LeNooby09/social-app.git
1{
2 "name": "bskylink",
3 "version": "0.0.0",
4 "type": "module",
5 "main": "index.ts",
6 "scripts": {
7 "test": "./tests/infra/with-test-db.sh node --loader ts-node/esm --test ./tests/index.ts",
8 "build": "tsc"
9 },
10 "dependencies": {
11 "@atproto/common": "^0.4.0",
12 "@types/escape-html": "^1.0.4",
13 "body-parser": "^1.20.2",
14 "cors": "^2.8.5",
15 "escape-html": "^1.0.3",
16 "express": "^4.19.2",
17 "http-terminator": "^3.2.0",
18 "kysely": "^0.27.3",
19 "pg": "^8.12.0",
20 "pino": "^9.2.0",
21 "uint8arrays": "^5.1.0"
22 },
23 "devDependencies": {
24 "@types/cors": "^2.8.17",
25 "@types/pg": "^8.11.6",
26 "typescript": "^5.4.5"
27 }
28}