mirror of https://git.lenooby09.tech/LeNooby09/social-app.git
at patch-version 26 lines 601 B view raw
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 "body-parser": "^1.20.2", 13 "cors": "^2.8.5", 14 "express": "^4.19.2", 15 "http-terminator": "^3.2.0", 16 "kysely": "^0.27.3", 17 "pg": "^8.12.0", 18 "pino": "^9.2.0", 19 "uint8arrays": "^5.1.0" 20 }, 21 "devDependencies": { 22 "@types/cors": "^2.8.17", 23 "@types/pg": "^8.11.6", 24 "typescript": "^5.4.5" 25 } 26}