{
  "name": "@flowkey/tracking-pipeline",
  "version": "1.6.9",
  "description": "Declarative pipeline for tracking events",
  "author": "",
  "license": "MIT",
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "scripts": {
    "prepublishOnly": "npm run build",
    "watch": "tsc -w",
    "build": "tsc",
    "test": "jest",
    "test:watch": "jest --watch",
    "eslint": "eslint --ext .ts --cache src"
  },
  "files": [
    "lib"
  ],
  "devDependencies": {
    "@types/jest": "^24.0.18",
    "@typescript-eslint/eslint-plugin": "^2.0.0",
    "@typescript-eslint/parser": "^2.0.0",
    "eslint": "^6.1.0",
    "eslint-config-prettier": "^4.0.0",
    "eslint-plugin-jasmine": "^2.10.1",
    "eslint-plugin-prettier": "^3.1.0",
    "jest": "^24.9.0",
    "jest-junit": "^7.0.0",
    "prettier": "^1.18.2",
    "ts-jest": "^24.1.0",
    "ts-polyfill": "^3.5.3",
    "typescript": "^3.6.3"
  }
}
