th3w1zard1's picture
Deploy GPTR trask-http from community-bots local CI
3a25f97 verified
{
"name": "@openkotor/config",
"version": "0.1.0",
"private": true,
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsc -b"
},
"dependencies": {
"@openkotor/pazaak-policy": "workspace:*",
"dotenv": "^16.4.7",
"zod": "^3.24.4"
}
}