summaryrefslogtreecommitdiffstats
path: root/devtools/client/debugger/test/mochitest/examples/sourcemaps-with-ignorelist/package.json
blob: 90faefd70625f717b18dc1dba23e73bcc856474f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "name": "sourcemaps-with-ignorelist",
  "version": "1.0.0",
  "description": "An example fixture used for testing sourcemaps with the ignorelist",
  "main": "bundle.js",
  "author": "Hubert B Manilla <hmanilla@mozilla.com>",
  "license": "MIT",
  "type": "module",
  "scripts": {
    "build": "rollup --config"
  },
  "devDependencies": {
    "rollup": "^3.20.2"
  }
}