2023-10-16 16:09:46 +02:00
|
|
|
{
|
|
|
|
"name": "supercosmic",
|
|
|
|
"module": "src/index.ts",
|
|
|
|
"type": "module",
|
|
|
|
"devDependencies": {
|
|
|
|
"bun-types": "latest"
|
|
|
|
},
|
|
|
|
"peerDependencies": {
|
|
|
|
"typescript": "^5.0.0"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-10-27 20:52:46 +02:00
|
|
|
"@prisma/client": "^5.5.2",
|
2023-10-16 19:14:02 +02:00
|
|
|
"@t3-oss/env-core": "^0.7.1",
|
|
|
|
"dotenv": "^16.3.1",
|
2023-10-16 16:09:46 +02:00
|
|
|
"hyperimport": "^0.1.0",
|
2023-10-18 07:05:14 +02:00
|
|
|
"mathjs": "^11.11.2",
|
2023-10-16 16:09:46 +02:00
|
|
|
"mpp-client-net": "^1.1.3",
|
2023-10-16 19:14:02 +02:00
|
|
|
"mpp-client-xt": "^1.3.1",
|
|
|
|
"prisma": "^5.4.2",
|
2023-10-18 07:05:14 +02:00
|
|
|
"switchchat": "^3.2.1",
|
2023-12-02 05:44:04 +01:00
|
|
|
"typescript": "^5.3.2",
|
2023-10-18 07:05:14 +02:00
|
|
|
"yaml": "^2.3.3",
|
2023-10-16 19:14:02 +02:00
|
|
|
"zod": "^3.22.4"
|
2023-10-16 16:09:46 +02:00
|
|
|
}
|
|
|
|
}
|