{
  "name": "sq-ecosystem",
  "version": "0.21.2",
  "description": "ecosystem package for sqreen",
  "main": "index.js",
  "scripts": {
    "install-test-limited": "npm i --no-save lab@14 code@4 shimmer@1 form-data express@4 supertest@4 body-parser cookie-parser koa@2 koa-body@4.0.3 koa-route",
    "install-test": "npm i --no-save lab@14 code@4 shimmer@1 form-data graphql express@4 supertest@4 body-parser cookie-parser fastify@3 koa@2 koa-json-error koa-body koa-bodyparser koa-compose koa-route @koa/router",
    "test": "lab -I SharedArrayBuffer,Atomics,URLSearchParams,URL,BigUint64Array,BigInt64Array,BigInt,TextEncoder,TextDecoder,queueMicrotask,FinalizationRegistry,WeakRefAbortController,AbortSignal,EventTarget,Event,MessageChannel,MessagePort,MessageEvent,AggregateError,AbortController,WeakRef,@@any-promise/REGISTRATION --lint",
    "test-cov": "./node_modules/lab/bin/lab -cLv -a code -r console -o stdout -r html -o coverage.html -I SharedArrayBuffer,Atomics,URLSearchParams,URL,BigUint64Array,BigInt64Array,BigInt,TextEncoder,TextDecoder,queueMicrotask,FinalizationRegistry,WeakRefAbortController,AbortSignal,EventTarget,Event,MessageChannel,MessagePort,MessageEvent,AggregateError,AbortController,WeakRef,@@any-promise/REGISTRATION",
    "test-ci": "npm run install-test && npm run test",
    "test-ci-limited": "npm run install-test-limited && npm run test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sqreen/EcosystemNode.git"
  },
  "author": "vdetruckheim <vlad@sqreen.io>",
  "license": "proprietary-free-to-use",
  "bugs": {
    "url": "https://github.com/sqreen/EcosystemNode/issues"
  },
  "homepage": "https://github.com/sqreen/EcosystemNode#readme",
  "dependencies": {
    "busboy": "^1.6.0",
    "on-finished": "^2.3.0",
    "semver": "^6.3.0",
    "shimmer": "^1.2.1",
    "uuid": "^3.2.1"
  }
}
