Fraser's picture
add battle engine
1ecc382
raw
history blame
628 Bytes
{
"name": "@pictuary/battle-engine",
"version": "0.1.0",
"description": "Standalone battle engine for Pictuary",
"type": "module",
"main": "./BattleEngine.js",
"exports": {
".": {
"import": "./BattleEngine.js",
"types": "./types.js"
},
"./types": {
"import": "./types.js",
"types": "./types.js"
},
"./test-data": {
"import": "./test-data.js",
"types": "./test-data.js"
}
},
"scripts": {
"test": "vitest",
"test:ui": "vitest --ui",
"test:run": "vitest run"
},
"devDependencies": {
"vitest": "^1.0.0",
"@vitest/ui": "^1.0.0"
}
}