{
  "name": "pubnub",
  "version": "7.6.3",
  "author": "PubNub <support@pubnub.com>",
  "description": "Publish & Subscribe Real-time Messaging with PubNub",
  "scripts": {
    "build": "npm run build:node && npm run build:web",
    "build:web": "rollup -c rollup.config.js",
    "build:node": "tsc -p tsconfig.json",
    "test": "npm run test:web && npm run test:node",
    "test:web": "karma start ./karma/web.config.js",
    "test:node": "ts-mocha -p tsconfig.mocha.json --config .mocharc.yml",
    "clean": "rimraf lib dist upload",
    "lint": "eslint \"src/**/*\" --config .eslintrc.js",
    "ci": "npm run clean && npm run build && npm run lint && npm run test",
    "ci:web": "npm run clean && npm run build && npm run lint && npm run test:web",
    "ci:node": "npm run clean && npm run build && npm run lint && npm run test:node",
    "test:feature:objectsv2:node": "ts-mocha -p tsconfig.mocha.json --no-config --require test/setup.js --reporter spec test/dist/objectsv2.test.js",
    "test:feature:fileupload:node": "ts-mocha -p tsconfig.mocha.json --no-config --require test/setup.js --reporter spec test/feature/file_upload.node.test.js",
    "test:contract": "npm run test:contract:prepare && npm run test:contract:start",
    "test:contract:prepare": "rimraf test/specs && git clone --branch master --depth 1 git@github.com:pubnub/sdk-specifications.git test/specs",
    "test:contract:start": "cucumber-js -p default --tags 'not @na=js'",
    "test:contract:beta": "cucumber-js -p default --tags 'not @na=js and @beta and not @skip'",
    "contract:refresh": "rimraf dist/contract && git clone --branch master git@github.com:pubnub/service-contract-mock.git dist/contract && npm install --prefix dist/contract && npm run refresh-files --prefix dist/contract",
    "contract:server": "npm start --prefix dist/contract consumer",
    "contract:build": "cd test/contract && tsc",
    "contract:test": "cucumber-js --require dist/cucumber dist/contract/contract/features --tags 'not @na=js and not @beta'",
    "contract:test-beta": "cucumber-js --require dist/cucumber dist/contract/contract/features --tags 'not @na=js and @beta'",
    "contract:test-access": "cucumber-js --require dist/cucumber dist/contract/contract/features --tags '@featureSet=access and not @na=js and not @beta'",
    "contract:test-objectsV2": "cucumber-js --require dist/cucumber dist/contract/contract/features --tags '@featureSet=objectsV2 and not @na=js and not @beta'",
    "contract:test-access-beta": "cucumber-js --require dist/cucumber dist/contract/contract/features --tags '@featureSet=access and not @na=js and @beta'"
  },
  "main": "./lib/node/index.js",
  "react-native": "./lib/react_native/index.js",
  "metro": "./lib/react_native/index.js",
  "nativescript": "./lib/nativescript/index.js",
  "browser": "./dist/web/pubnub.min.js",
  "repository": {
    "type": "git",
    "url": "git://github.com/pubnub/javascript.git"
  },
  "keywords": [
    "cloud",
    "publish",
    "subscribe",
    "websockets",
    "comet",
    "bosh",
    "xmpp",
    "real-time",
    "messaging"
  ],
  "dependencies": {
    "agentkeepalive": "^3.5.2",
    "buffer": "^6.0.3",
    "cbor-js": "^0.1.0",
    "cbor-sync": "^1.0.4",
    "lil-uuid": "^0.1.1",
    "superagent": "^8.1.2",
    "proxy-agent": "^6.3.0"
  },
  "devDependencies": {
    "@cucumber/cucumber": "^7.3.1",
    "@cucumber/pretty-formatter": "^1.0.0",
    "@rollup/plugin-commonjs": "^21.0.2",
    "@rollup/plugin-json": "^4.1.0",
    "@rollup/plugin-node-resolve": "^13.1.3",
    "@rollup/plugin-typescript": "^8.3.1",
    "@types/chai": "^4.3.3",
    "@types/cucumber": "^7.0.0",
    "@types/expect": "^24.3.0",
    "@types/mocha": "^9.1.0",
    "@types/nock": "^9.3.1",
    "@types/node-fetch": "^2.6.3",
    "@types/pubnub": "^7.2.0",
    "@typescript-eslint/eslint-plugin": "^5.12.1",
    "@typescript-eslint/parser": "^5.12.1",
    "chai": "^4.3.4",
    "chai-as-promised": "^7.1.1",
    "chai-nock": "^1.2.0",
    "cucumber-pretty": "^6.0.1",
    "cucumber-tsflow": "^4.0.0-rc.11",
    "es6-shim": "^0.35.6",
    "eslint": "^8.9.0",
    "eslint-plugin-mocha": "^10.0.3",
    "eslint-plugin-prettier": "^4.0.0",
    "js-yaml": "^3.13.1",
    "karma": "^5.0.3",
    "karma-chai": "^0.1.0",
    "karma-chrome-launcher": "^3.1.0",
    "karma-mocha": "^2.0.1",
    "karma-phantomjs-launcher": "^1.0.4",
    "karma-sinon-chai": "^2.0.2",
    "karma-sourcemap-loader": "^0.3.7",
    "karma-spec-reporter": "0.0.32",
    "mocha": "^9.2.1",
    "nock": "^9.6.1",
    "node-fetch": "^2.6.9",
    "phantomjs-prebuilt": "^2.1.16",
    "prettier": "^2.5.1",
    "rimraf": "^3.0.2",
    "rollup": "^2.68.0",
    "rollup-plugin-gzip": "^3.0.1",
    "rollup-plugin-terser": "^7.0.2",
    "sinon": "^7.5.0",
    "sinon-chai": "^3.3.0",
    "source-map-support": "^0.5.21",
    "ts-mocha": "^9.0.2",
    "ts-node": "^10.9.1",
    "typescript": "^4.8.4",
    "underscore": "^1.9.2"
  },
  "license": "SEE LICENSE IN LICENSE",
  "engine": {
    "node": ">=0.8"
  }
}