th3w1zard1's picture
Deploy GPTR trask-http from community-bots local CI
3a25f97 verified
{
"name": "@openkotor/blackjack-engine",
"version": "0.1.0",
"private": true,
"type": "module",
"exports": {
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"scripts": {
"build": "tsc -b",
"test": "pnpm run build && node --test dist/index.test.js"
},
"devDependencies": {
"typescript": "~6.0.2"
}
}