a44db38d05
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
67 lines
2.0 KiB
JSON
67 lines
2.0 KiB
JSON
{
|
|
"name": "@atproto/ozone",
|
|
"version": "0.1.67",
|
|
"license": "MIT",
|
|
"description": "Backend service for moderating the Bluesky network.",
|
|
"keywords": [
|
|
"atproto",
|
|
"bluesky"
|
|
],
|
|
"homepage": "https://atproto.com",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/bluesky-social/atproto",
|
|
"directory": "packages/ozone"
|
|
},
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"bin": "dist/bin.js",
|
|
"scripts": {
|
|
"codegen": "lex gen-server --yes ./src/lexicon ../../lexicons/com/atproto/*/* ../../lexicons/app/bsky/*/* ../../lexicons/chat/bsky/*/* ../../lexicons/tools/ozone/*/*",
|
|
"build": "tsc --build tsconfig.build.json",
|
|
"start": "node --enable-source-maps dist/bin.js",
|
|
"test": "../dev-infra/with-test-redis-and-db.sh jest",
|
|
"test:log": "tail -50 test.log | pino-pretty",
|
|
"test:updateSnapshot": "jest --updateSnapshot",
|
|
"migration:create": "ts-node ./bin/migration-create.ts"
|
|
},
|
|
"dependencies": {
|
|
"@atproto/api": "workspace:^",
|
|
"@atproto/common": "workspace:^",
|
|
"@atproto/crypto": "workspace:^",
|
|
"@atproto/identity": "workspace:^",
|
|
"@atproto/lexicon": "workspace:^",
|
|
"@atproto/syntax": "workspace:^",
|
|
"@atproto/xrpc": "workspace:^",
|
|
"@atproto/xrpc-server": "workspace:^",
|
|
"@did-plc/lib": "^0.0.1",
|
|
"compression": "^1.7.4",
|
|
"cors": "^2.8.5",
|
|
"express": "^4.17.2",
|
|
"http-terminator": "^3.2.0",
|
|
"kysely": "^0.22.0",
|
|
"lande": "^1.0.10",
|
|
"multiformats": "^9.9.0",
|
|
"p-queue": "^6.6.2",
|
|
"pg": "^8.10.0",
|
|
"pino-http": "^8.2.1",
|
|
"structured-headers": "^1.0.1",
|
|
"typed-emitter": "^2.1.0",
|
|
"uint8arrays": "3.0.0",
|
|
"undici": "^6.14.1"
|
|
},
|
|
"devDependencies": {
|
|
"@atproto/lex-cli": "workspace:^",
|
|
"@atproto/pds": "workspace:^",
|
|
"@did-plc/server": "^0.0.1",
|
|
"@types/cors": "^2.8.12",
|
|
"@types/express": "^4.17.13",
|
|
"@types/express-serve-static-core": "^4.17.36",
|
|
"@types/pg": "^8.6.6",
|
|
"@types/qs": "^6.9.7",
|
|
"jest": "^28.1.2",
|
|
"ts-node": "^10.8.2",
|
|
"typescript": "^5.6.3"
|
|
}
|
|
}
|