summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/webrtc/tools/package.json
blob: f26cfcc1421bf8f9eceeb9f7c1746ff26fb7932e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "name": "webrtc-testing-tools",
  "version": "1.0.0",
  "description": "Tools for WebRTC testing",
  "scripts": {
    "lint": "eslint -c .eslintrc.js ../*.html ../*.js"
  },
  "devDependencies": {
    "eslint": "^7.24.0",
    "eslint-plugin-html": "^4.0.0",
    "jscodeshift": "^0.5.1",
    "jsdom": "^16.5.3"
  },
  "license": "BSD",
  "private": true
}