{
  "name": "@anthor/entities-sdk",
  "version": "1.132.34",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "publishConfig": {
    "access": "public"
  },
  "license": "MIT",
  "files": [
    "dist",
    "es5"
  ],
  "scripts": {
    "lint": "eslint . --ext ts",
    "build": "yarn clean && yarn compile",
    "gcp-build": "",
    "clean": "rm -rf ./dist && rm -rf tsconfig.build.tsbuildinfo && rm -rf es5",
    "compile": "tsc -b tsconfig.build.json",
    "build:es5": "tsc --target es5 --outDir es5",
    "test": "jest",
    "test:coverage": "yarn test --coverage",
    "test:watch": "yarn test --watchAll"
  },
  "dependencies": {
    "@datalust/winston-seq": "^1.0.2",
    "graphql-request": "^1.8.2",
    "jest-sonar-reporter": "^2.0.0",
    "pluralize": "^8.0.0",
    "winston": "^3.8.1"
  },
  "devDependencies": {
    "@anthor/entities-types": "^1.132.34",
    "@types/jest": "^25.1.3",
    "@types/node": "^12.11.5",
    "@types/pluralize": "^0.0.29",
    "@typescript-eslint/eslint-plugin": "^5.57.1",
    "eslint-config-airbnb-base": "^14.0.0",
    "eslint-plugin-import": "^2.18.2",
    "eslint-plugin-unused-imports": "^2.0.0",
    "jest": "^25.1.0",
    "ts-jest": "^25.2.1",
    "ts-node": "^8.6.2"
  },
  "gitHead": "54fe6def04b667d99a6c6118904c0a055e22ea29"
}
