{
  "name": "testability-browser-bindings",
  "version": "3.0.4",
  "description": "Instruments browser for automatic application testability state detection",
  "main": "lib/index.js",
  "scripts": {
    "lint": "eslint test/*.js lib/*.js",
    "test": "npm run lint && npm run test:unit",
    "test:unit": "karma start --single-run || false"
  },
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "eslint": "^7.2.0",
    "jasmine-core": "^3.5.0",
    "karma": "^5.0.9",
    "karma-chrome-launcher": "^3.1.0",
    "karma-jasmine": "^1.0.2",
    "karma-sinon": "^1.0.5",
    "sinon": "^9.0.2"
  },
  "dependencies": {
    "testability.js": "^0.3.0"
  }
}
