{
  "name": "kinvey-flex-sdk",
  "version": "4.1.4",
  "description": "SDK for creating Kinvey Flex Services",
  "engines": {
    "node": "= 6.x.x"
  },
  "author": "Kinvey <support@kinvey.com>",
  "contributors": [
    "Michael Salinger <mjsalinger@kinvey.com>",
    "Sam Levin <sam@kinvey.com>"
  ],
  "repository": {
    "type": "git",
    "url": "Kinvey/flex-sdk"
  },
  "license": "Apache-2.0",
  "dependencies": {
    "async": "3.2.3",
    "bson": "4.3.0",
    "kinvey-code-task-runner": "2.5.2",
    "kinvey-datalink-errors": "0.3.2",
    "moment": "2.29.4",
    "request": "2.88.0",
    "sift": "3.2.6"
  },
  "devDependencies": {
    "@progresskinvey/eslint-config-kinvey-platform": "0.2.1",
    "eslint": "8.15.0",
    "eslint-config-kinvey-platform": "kinvey/eslint-kinvey-platform#0.1.3",
    "eslint-plugin-import": "2.14.0",
    "mocha": "9.2.2",
    "nock": "10.0.3",
    "proxyquire": "2.1.0",
    "should": "13.2.3",
    "sinon": "7.2.7",
    "test-console": "1.1.0",
    "uuid": "3.3.2"
  },
  "scripts": {
    "pretest": "npm run lint",
    "lint": "./node_modules/.bin/eslint lib test *.js --color",
    "test": "npm run test-unit && npm run test-integration",
    "test-unit": "mocha test/unit/*/*",
    "test-integration": "echo \"No integration tests available for the moment\"",
    "test-npm-security": "npm audit --production --audit-level=high"
  }
}
