{
  "name": "whisbi-basic-package",
  "version": "1.1.24",
  "description": "This package provides all facilities to run/modify/call whisbi",
  "main": "./whisbi.js",
  "browserslist": [
    "last 1 version",
    "> 1%",
    "IE 10"
  ],
  "babel": {
    "presets": [
      [
        "@babel/preset-env"
      ]
    ]
  },
  "eslintConfig": {
    "parserOptions": {
      "ecmaVersion": 6
    },
    "plugins": [
      "compat"
    ],
    "rules": {
      "compat/compat": "error"
    }
  },
  "scripts": {
    "test": "NODE_ENV=test nyc mocha ./tests/*",
    "build": "babel index.js --out-file whisbi.js",
    "lint:js": "eslint whisbi.js",
    "start": "node node_modules/whisbi-basic-package/client.js",
    "run": "gulp",
    "prepublish": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@bitbucket.org/whisbifront/whisbi-basic-package.git"
  },
  "author": "Frontend Team",
  "license": "ISC",
  "homepage": "https://bitbucket.org/whisbifront/whisbi-basic-package#readme",
  "devDependencies": {
    "@babel/cli": "^7.0.0",
    "@babel/core": "^7.0.0",
    "@babel/preset-env": "^7.4.4",
    "@babel/runtime": "^7.4.4",
    "chai": "^4.2.0",
    "mocha": "^5.2.0",
    "nyc": "^14.1.1",
    "core-js": "^3.1.4",
    "sinon": "^7.3.2",
    "regenerator-runtime": "^0.13.2"
  },
  "dependencies": {
    "chalk": "^2.4.2",
    "del": "^3.0.0",
    "eslint": "^5.16.0",
    "eslint-plugin-compat": "^3.1.1"
  }
}
