{
  "name": "breadknife",
  "version": "1.1.20",
  "description": "Simple A/B Testing Library",
  "main": "Breadknife.js",
  "author": "Sean Verhaagen",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Dreii/breadknife.js"
  },
  "bugs": {
    "url": "https://github.com/Dreii/breadknife.js/issues"
  },
  "keywords": [
    "A/B",
    "Test",
    "Lean",
    "Bread",
    "Knife",
    "Slice"
  ],
  "scripts": {
    "test": "jest --config jestconfig.json",
    "format": "prettier --write \"**/*.js\"",
    "prepublishOnly": "npm test",
    "version": "npm run format && git add -A",
    "postversion": "git push && git push --tags"
  },
  "devDependencies": {
    "@types/jest": "^26.0.4",
    "codecov": "^3.7.0",
    "gulp-concat": "^2.6.1",
    "gulp-rename": "^2.0.0",
    "gulp-typescript": "^6.0.0-alpha.1",
    "gulp-uglify": "^3.0.2",
    "jest": "^26.1.0",
    "prettier": "^2.0.5",
    "ts-jest": "^26.1.1",
    "tslint": "^6.1.2",
    "tslint-config-prettier": "^1.18.0",
    "typescript": "^3.9.6"
  }
}
