{
  "name": "@boulevard/lib",
  "version": "1.0.0-alpha.20",
  "description": "A container for reusable code.",
  "author": "Daniel Nagy <dan@blvd.co>",
  "repository": "github:Boulevard/javascript-sdk",
  "license": "UNLICENSED",
  "publishConfig": {
    "access": "public",
    "directory": "build"
  },
  "scripts": {
    "build": "npm run clean && tsc",
    "postbuild": "for file in package.json README.md; do cp $file build; done",
    "clean": "rm -rf build",
    "format": "prettier --write '**/*.{json,md,ts}'",
    "lint": "eslint src --ext .ts",
    "prepare": "npm run build",
    "test": "jest --config jest.config.json --coverage --passWithNoTests",
    "test-debug": "node --inspect-brk $(npm bin)/jest --config jest.config.json"
  },
  "devDependencies": {
    "@boulevard/eslint-config": "^2.2.0",
    "@types/jest": "^24.0.17",
    "eslint": "^6.3.0",
    "jest": "^24.8.0",
    "prettier": "^1.19.1",
    "ts-jest": "^24.0.2",
    "typescript": "^3.7.2"
  },
  "gitHead": "3e29de666661f4641ff1e14047ec1c38622da2e2"
}
