{
  "name": "@xaduan/gss-api-client",
  "version": "1.11.48-rc",
  "description": "",
  "main": "./lib/index.js",
  "typings": "./definition/index.d.ts",
  "scripts": {
    "build": "npm-run-all test gulp build",
    "gulp": "gulp build",
    "watch": "gulp watch",
    "test": "jest"
  },
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "@types/gulp": "^3.0.0",
    "@types/gulp-typescript": "^2.13.0",
    "@types/gulp-uglify": "^3.0.5",
    "@types/gulp-watch": "^4.1.34",
    "@types/jest": "^22.2.3",
    "@types/lodash": "^4.14.112",
    "@types/merge2": "^1.1.4",
    "@types/node": "^8",
    "@types/pump": "^1.0.1",
    "gulp": "^3.9.1",
    "gulp-typedoc": "^2.2.0",
    "gulp-typescript": "^4.0.2",
    "gulp-uglify": "^3.0.0",
    "gulp-watch": "^5.0.0",
    "jest": "^22.4.3",
    "merge2": "^1.2.2",
    "npm-run-all": "^4.1.3",
    "pump": "^3.0.0",
    "ts-node": "^6.0.3",
    "typedoc": "^0.15.0",
    "typescript": "^2.8.3"
  },
  "jest": {
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js"
    ],
    "transform": {
      "^.+\\.(ts|tsx)$": "<rootDir>/preprocessor.js"
    },
    "testMatch": [
      "**/__tests__/*.test.+(ts|tsx|js)"
    ],
    "setupFiles": [
      "./external-dependency/sockjs.js",
      "./external-dependency/stomp.js",
      "./external-dependency/paho.js"
    ]
  },
  "dependencies": {
    "axios": "^0.18.1",
    "lodash": "^4.17.15",
    "natives": "1.1.6",
    "rxjs": "^6.2.2"
  }
}
