0fb7251c64
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
18 lines
595 B
JSON
18 lines
595 B
JSON
{
|
|
"name": "dev-env",
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "NODE_ENV=development ./dev-infra/with-test-redis-and-db.sh node ./mock-server.ts",
|
|
"start:external": "NODE_ENV=development PGPORT=5433 PGHOST=localhost PGUSER=pg PGPASSWORD=password PGDATABASE=postgres DB_POSTGRES_URL=postgresql://pg:password@127.0.0.1:5433/postgres REDIS_HOST=127.0.0.1:6380 node ./mock-server.ts"
|
|
},
|
|
"dependencies": {
|
|
"@atproto/api": "^0.20.22",
|
|
"@atproto/dev-env": "^0.5.3",
|
|
"typescript": "^6.0.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^25.8.0"
|
|
}
|
|
}
|