summaryrefslogtreecommitdiffstats
path: root/Tools/wasm/emscripten/browser_test/package.json
blob: 3320d4cccd0594774c6a8bbf390dea85189dd6a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "browser_test",
  "version": "1.0.0",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "description": "",
  "dependencies": {
    "@playwright/test": "^1.54.1",
    "@types/node": "^24.1.0",
    "http-server": "^14.1.1",
    "playwright": "^1.54.1"
  }
}