File size: 628 Bytes
1ecc382
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
  "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"
  }
}