{
  "name": "@sakuli/result-builder-commons",
  "version": "3.0.0",
  "description": "Common code for result builders",
  "author": "Simon Hofmann <simon.hofmann@consol.de>",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "scripts": {
    "test": "jest",
    "build": "tsc",
    "prepublishOnly": "npm run build && npm test"
  },
  "dependencies": {
    "@sakuli/commons": "3.0.0",
    "@sakuli/core": "3.0.0",
    "class-validator": "0.13.2",
    "common-tags": "1.8.2",
    "dateformat": "4.6.3",
    "sneer": "1.0.1",
    "uuid": "8.3.2"
  },
  "devDependencies": {
    "@types/common-tags": "1.8.1",
    "@types/dateformat": "5.0.0",
    "@types/jest": "27.4.0",
    "@types/node": "17.0.17",
    "@types/uuid": "8.3.4",
    "@types/validator": "13.7.1",
    "jest": "27.5.1",
    "ts-jest": "27.1.3",
    "typescript": "4.5.5"
  },
  "gitHead": "71c3bc86bd2e9494e1a867e78816bc61f9210f2c"
}
