{
  "name": "lcr-tools-extension",
  "version": "1.4.1",
  "description": "An extension to help make LCR easier to use.",
  "scripts": {
    "test": "jest",
    "test:watch": "jest --watch",
    "test:coverage": "jest --coverage",
    "test:ci": "jest --ci --coverage --watchAll=false",
    "build": "node build.js"
  },
  "devDependencies": {
    "@babel/core": "^7.23.0",
    "@babel/preset-env": "^7.23.0",
    "@testing-library/dom": "^9.3.4",
    "@testing-library/jest-dom": "^6.1.4",
    "babel-jest": "^29.7.0",
    "baseline-browser-mapping": "^2.10.32",
    "jest": "^29.7.0",
    "jest-environment-jsdom": "^29.7.0",
    "jsdom": "^23.0.0",
    "sinon": "^17.0.1"
  }
}
