{
  "name": "@crasman/google-optimize-experiment",
  "version": "0.1.3",
  "description": "Shared module for AB testing via Google Optimize Experiments.",
  "main": "./dist/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "babel src -d dist",
    "prepublish": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "https://git.crasmanhosting.fi/npm/google-optimize-experiment.git"
  },
  "keywords": [
    "Google",
    "AB Testing",
    "Optimize"
  ],
  "author": "Joona Väänänen <joona.vaananen@crasman.fi> (https://www.crasman.fi)",
  "license": "UNLICENSED",
  "devDependencies": {
    "@babel/cli": "^7.12.10"
  },
  "publishConfig": {
    "access": "public"
  }
}
