generated from nhcarrigan/template
35 lines
981 B
JSON
35 lines
981 B
JSON
{
|
|
"name": "server",
|
|
"version": "0.0.0",
|
|
"description": "",
|
|
"main": "prod/index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"lint": "eslint ./src --max-warnings 0 --ignore-pattern ./src/data",
|
|
"dev": "NODE_ENV=dev op run --env-file=./dev.env -- tsx watch ./src/index.ts",
|
|
"build": "tsx ./getDocs.ts && tsc",
|
|
"start": "op run --env-file=./prod.env -- node ./prod/index.js",
|
|
"test": "echo 'No tests yet' && exit 0",
|
|
"facebookAuth": "op run --env-file=./prod.env -- node facebookAuth.js"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"packageManager": "pnpm@10.12.3",
|
|
"dependencies": {
|
|
"@anthropic-ai/sdk": "0.71.2",
|
|
"@atproto/api": "0.18.8",
|
|
"@fastify/cors": "11.0.1",
|
|
"@nhcarrigan/logger": "1.0.0",
|
|
"@prisma/client": "6.11.1",
|
|
"fastify": "5.4.0",
|
|
"gray-matter": "4.0.3",
|
|
"twitter-api-v2": "1.28.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "24.0.10",
|
|
"prisma": "6.11.1",
|
|
"tsx": "4.20.3"
|
|
}
|
|
}
|