summaryrefslogtreecommitdiffstats
path: root/devtools/client/netmonitor/test/node/package.json
blob: ff1a6a0e7ea9728a60f068c6f3e0268e0c78687f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "name": "netmonitor-tests",
  "license": "MPL-2.0",
  "version": "0.0.1",
  "engines": {
    "node": ">=8.9.4"
  },
  "scripts": {
    "test": "jest",
    "test-ci": "jest --json"
  },
  "dependencies": {
    "jest": "^24.6.0"
  }
}