{
  "name": "@parcel/integration-tests",
  "version": "2.0.0-alpha.3.1",
  "private": true,
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/parcel-bundler/parcel.git"
  },
  "scripts": {
    "test": "cross-env NODE_ENV=test mocha",
    "test-ci": "yarn test --reporter mocha-multi-reporters --reporter-options configFile=./test/mochareporters.json"
  },
  "devDependencies": {
    "@babel/core": "^7.4.4",
    "@babel/plugin-syntax-export-default-from": "^7.2.0",
    "@babel/plugin-syntax-export-namespace-from": "^7.2.0",
    "@babel/preset-env": "^7.1.0",
    "@jetbrains/kotlinc-js-api": "^1.2.12",
    "chalk": "^2.1.0",
    "codecov": "^3.0.0",
    "command-exists": "^1.2.6",
    "core-js": "^3.2.1",
    "get-port": "^5.0.0",
    "graphql-tag": "^2.6.0",
    "http-proxy-middleware": "^0.19.1",
    "jsdom": "^15.2.1",
    "json5": "^1.0.1",
    "kotlin": "^1.3.11",
    "lodash": "^4.17.15",
    "marked": "^0.6.1",
    "ncp": "^2.0.0",
    "nyc": "^11.1.0",
    "parcel": "^2.0.0-alpha.3.1",
    "parcel-bundler": "^2.0.0-alpha.3.1",
    "react": "^16.11.0",
    "react-dom": "^16.11.0",
    "rimraf": "^2.6.1",
    "sinon": "^5.0.1",
    "tempy": "^0.3.0",
    "ws": "^5.1.1"
  }
}
