{
  "name": "planout",
  "version": "5.3.0",
  "dependencies": {
    "bignumber.js": "9.0.1",
    "sha1": "1.1.1"
  },
  "types": "types/index.d.ts",
  "engines": {
    "node": ">=10.0.0"
  },
  "jest": {
    "moduleFileExtensions": [
      "js",
      "json",
      "es6"
    ],
    "unmockedModulePathPatterns": [
      "es6/",
      "node_modules/"
    ],
    "setupFiles": [
      "jest-localstorage-mock"
    ]
  },
  "scripts": {
    "build": "sh build.sh",
    "test": "jest -i",
    "build-and-test": "npm run build && npm run test"
  },
  "devDependencies": {
    "@babel/core": "^7.12.10",
    "@babel/plugin-proposal-function-bind": "^7.12.1",
    "@babel/plugin-syntax-dynamic-import": "^7.8.3",
    "@babel/preset-env": "^7.12.10",
    "babel-jest": "^26.6.3",
    "babel-loader": "^8.2.2",
    "jest": "^26.6.3",
    "jest-localstorage-mock": "^2.4.3",
    "source-map-loader": "^1.1.3",
    "webpack": "^5.10.1",
    "webpack-cli": "^4.2.0"
  },
  "description": "PlanOut is a framework and programming language for online field experimentation",
  "main": "dist/planout.js",
  "directories": {
    "example": "examples"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/HubSpot/PlanOut.js"
  },
  "keywords": [
    "experiments",
    "a/b testing",
    "multivariate testing",
    "experiment design",
    "ab",
    "split testing"
  ],
  "author": "Guy Aridor",
  "license": "https://github.com/facebook/planout/blob/master/LICENSE"
}
