{
  "name": "@s-ui/test",
  "version": "4.10.0",
  "cypressVersion": "4.12.1",
  "description": "",
  "bin": {
    "sui-test": "bin/sui-test.js"
  },
  "scripts": {
    "lib:js": "npx rimraf ./lib && ../../node_modules/.bin/babel --presets sui ./src --out-dir ./lib",
    "lib": "npm run lib:js",
    "prepare": "npm run lib",
    "postpublish": "make build"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "dependencies": {
    "@babel/core": "7.12.10",
    "@babel/plugin-transform-modules-commonjs": "7.12.1",
    "@babel/polyfill": "7.12.1",
    "@babel/register": "7.12.10",
    "@s-ui/helpers": "1",
    "babel-loader": "8.2.2",
    "babel-plugin-dynamic-import-node": "2.3.3",
    "babel-plugin-istanbul": "6.0.0",
    "babel-preset-sui": "3",
    "chalk": "4.1.0",
    "commander": "6.2.1",
    "karma": "5.2.3",
    "karma-chrome-launcher": "3.1.0",
    "karma-clear-screen-reporter": "1.0.0",
    "karma-coverage": "2.0.3",
    "karma-firefox-launcher": "2.1.0",
    "karma-mocha": "2.0.1",
    "karma-spec-reporter": "0.0.32",
    "karma-webpack": "4.0.2",
    "mocha": "6.2.2",
    "null-loader": "4.0.1",
    "webpack": "4.41.5"
  }
}
