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