Spaces:
Configuration error
Configuration error
File size: 373 Bytes
3a25f97 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | {
"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"
}
}
|