mirror of
https://github.com/System-End/campfire.git
synced 2026-04-19 16:28:22 +00:00
24 lines
488 B
JSON
24 lines
488 B
JSON
{
|
|
"name": "background",
|
|
"module": "index.ts",
|
|
"type": "module",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "bun run src/index.ts",
|
|
"dev": "bun --watch src/index.ts"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bun": "latest"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5"
|
|
},
|
|
"dependencies": {
|
|
"@prisma/adapter-pg": "^7.2.0",
|
|
"@prisma/client": "^7.2.0",
|
|
"@types/pg": "^8.16.0",
|
|
"airtable": "^0.12.2",
|
|
"dotenv": "^17.2.3",
|
|
"prisma": "^7.2.0"
|
|
}
|
|
}
|