summaryrefslogtreecommitdiffstats
path: root/devtools/client/performance-new/package.json
blob: 907bdde244449c9a3954caa6bb01b915a32c8054 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "name": "devtools-bin",
  "version": "1.0.0",
  "scripts": {
    "test": "tsc",
    "test-ci": "tsc"
  },
  "license": "MPL-2.0",
  "devDependencies": {
    "@types/react-dom-factories": "^1.0.2",
    "@types/react-redux": "^7.1.18",
    "@types/redux": "^3.6.0",
    "typescript": "^4.3.5"
  }
}