mirror of
https://github.com/SrIzan10/hackymarket.git
synced 2026-06-05 16:46:47 +00:00
26 lines
512 B
JSON
26 lines
512 B
JSON
{
|
|
"name": "phctv",
|
|
"module": "index.ts",
|
|
"type": "module",
|
|
"private": true,
|
|
"devDependencies": {
|
|
"@types/bun": "latest",
|
|
"@types/pg": "^8.20.0",
|
|
"@types/react": "^19.2.14",
|
|
"@types/ssh2": "^1.15.5",
|
|
"prisma": "^7.6.0"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5"
|
|
},
|
|
"dependencies": {
|
|
"@prisma/adapter-pg": "^7.6.0",
|
|
"@prisma/client": "^7.6.0",
|
|
"dotenv": "^17.3.1",
|
|
"ink": "^6.8.0",
|
|
"pg": "^8.20.0",
|
|
"react": "^19.2.4",
|
|
"ssh2": "^1.17.0"
|
|
}
|
|
}
|