deer social fork for personal usage. but you might see a use idk. github mirror
at main 877 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/api": "^0.16.7", 12 "@atproto/common": "^0.4.11", 13 "@types/escape-html": "^1.0.4", 14 "body-parser": "^1.20.2", 15 "cors": "^2.8.5", 16 "escape-html": "^1.0.3", 17 "express": "^4.19.2", 18 "http-terminator": "^3.2.0", 19 "i18n": "^0.15.1", 20 "kysely": "^0.27.3", 21 "lru-cache": "^11.1.0", 22 "pg": "^8.12.0", 23 "pino": "^9.2.0", 24 "uint8arrays": "^5.1.0" 25 }, 26 "devDependencies": { 27 "@types/body-parser": "^1.19.5", 28 "@types/cors": "^2.8.17", 29 "@types/express": "^4.17.21", 30 "@types/i18n": "^0.13.12", 31 "@types/pg": "^8.11.6", 32 "ts-node": "^10.9.2", 33 "typescript": "^5.4.5" 34 } 35}