feat: initial Papo bot scaffold

This commit is contained in:
Pascal.P
2025-11-30 11:04:41 +01:00
commit 000481a3b0
12168 changed files with 1584750 additions and 0 deletions

27
node_modules/@prisma/engines-version/package.json generated vendored Normal file
View File

@@ -0,0 +1,27 @@
{
"name": "@prisma/engines-version",
"version": "5.22.0-44.605197351a3c8bdd595af2d2a9bc3025bca48ea2",
"main": "index.js",
"types": "index.d.ts",
"license": "Apache-2.0",
"author": "Tim Suchanek <suchanek@prisma.io>",
"prisma": {
"enginesVersion": "605197351a3c8bdd595af2d2a9bc3025bca48ea2"
},
"repository": {
"type": "git",
"url": "https://github.com/prisma/engines-wrapper.git",
"directory": "packages/engines-version"
},
"devDependencies": {
"@types/node": "18.19.34",
"typescript": "4.9.5"
},
"files": [
"index.js",
"index.d.ts"
],
"scripts": {
"build": "tsc -d"
}
}