c8a6465dda
Bumps [kysely](https://github.com/kysely-org/kysely) from 0.27.3 to 0.28.17. - [Release notes](https://github.com/kysely-org/kysely/releases) - [Commits](https://github.com/kysely-org/kysely/compare/0.27.3...v0.28.17) --- updated-dependencies: - dependency-name: kysely dependency-version: 0.28.17 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
38 lines
1006 B
JSON
38 lines
1006 B
JSON
{
|
|
"name": "bskylink",
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"main": "index.ts",
|
|
"scripts": {
|
|
"test": "yarn run test:unit && yarn run test:e2e",
|
|
"test:e2e": "./tests/infra/with-test-db.sh node --loader ts-node/esm --test ./tests/index.ts",
|
|
"test:unit": "node --loader ts-node/esm --test ./src/*.test.ts",
|
|
"build": "tsc"
|
|
},
|
|
"dependencies": {
|
|
"@atproto/api": "^0.16.7",
|
|
"@atproto/common": "^0.4.11",
|
|
"@types/escape-html": "^1.0.4",
|
|
"body-parser": "^1.20.2",
|
|
"cors": "^2.8.5",
|
|
"escape-html": "^1.0.3",
|
|
"express": "^4.19.2",
|
|
"http-terminator": "^3.2.0",
|
|
"i18n": "^0.15.1",
|
|
"kysely": "^0.28.17",
|
|
"lru-cache": "^11.1.0",
|
|
"pg": "^8.12.0",
|
|
"pino": "^9.2.0",
|
|
"uint8arrays": "^5.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/body-parser": "^1.19.5",
|
|
"@types/cors": "^2.8.17",
|
|
"@types/express": "^4.17.21",
|
|
"@types/i18n": "^0.13.12",
|
|
"@types/pg": "^8.11.6",
|
|
"ts-node": "^10.9.2",
|
|
"typescript": "^5.4.5"
|
|
}
|
|
}
|