Spaces:
Configuration error
Configuration error
| { | |
| "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" | |
| } | |
| } | |