package.json 269 B

12345678910111213
  1. {
  2. "name": "@fixture/bundle",
  3. "version": "0.0.1",
  4. "private": true,
  5. "description": "Web e2e fixture: a bundle whose one row is an inert plugin.",
  6. "type": "module",
  7. "main": "index.js",
  8. "dsh": {
  9. "bundle": {
  10. "patch": "./cordis.patch.yml"
  11. }
  12. }
  13. }