summaryrefslogtreecommitdiff
path: root/package.json
blob: 2621654de472aad36f70e588d576ba248d40d3f1 (plain)
1
2
3
4
5
6
7
8
9
10
{
  "devDependencies": {
    "jest": "^29.5.0"
  },
  "scripts": {
    "test": "NODE_OPTIONS=--experimental-vm-modules jest",
    "wtest": "test.bat"
  },
  "type": "module"
}