{
  "name": "appc-pubsub",
  "version": "3.1.0",
  "description": "Amplify Platform PubSub client",
  "main": "index.js",
  "scripts": {
    "test": "nyc -r text-summary --temp-directory ./coverage --clean mocha -R spec -t 30000 --check-leaks",
    "lint": "eslint --ext .js ./"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/appcelerator/appc-pubsub.git"
  },
  "author": "Jeff Haynie",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/appcelerator/appc-pubsub/issues"
  },
  "homepage": "https://github.com/appcelerator/appc-pubsub",
  "dependencies": {
    "basic-auth": "^2.0.1",
    "debug": "^4.4.3"
  },
  "devDependencies": {
    "eslint": "9.39.2",
    "eslint-config-axway": "10.0.0",
    "eslint-plugin-mocha": "11.2.0",
    "mocha": "11.3.0",
    "nyc": "17.1.0",
    "should": "13.2.3"
  },
  "engines": {
    "node": ">=22.0.0",
    "npm": ">=10.0.0"
  }
}
