{
  "name": "@pobidowski/gus-api-regon",
  "version": "1.0.2",
  "description": "Small service to connect to GUS API REGON",
  "main": "dist/index.js",
  "homepage": "https://github.com/pobidowski/gus-api-regon",
  "repository": {
    "type": "git",
    "url": "https://github.com/pobidowski/gus-api-regon.git"
  },
  "scripts": {
    "build": "yarn clean && tsc",
    "clean": "rimraf ./dist",
    "start": "nodemon src/index.ts --extensions '.ts'",
    "test": "jest"
  },
  "engineStrict": true,
  "engines": {
    "node": ">= 10"
  },
  "author": "Piotr Obidowski <p.obidowski@gmail.com>",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "jest": {
    "moduleFileExtensions": [
      "js",
      "json",
      "ts"
    ],
    "rootDir": "src",
    "testRegex": ".spec.ts$",
    "transform": {
      "^.+\\.(t|j)s$": "ts-jest"
    },
    "coverageDirectory": "../coverage",
    "preset": "ts-jest",
    "testEnvironment": "node"
  },
  "devDependencies": {
    "@types/jest": "^26.0.23",
    "@typescript-eslint/eslint-plugin": "^4.23.0",
    "@typescript-eslint/parser": "^4.23.0",
    "eslint": "^7.26.0",
    "eslint-plugin-prettier": "^3.4.0",
    "jest": "^26.6.3",
    "nodemon": "^2.0.7",
    "prettier": "^2.3.0",
    "rimraf": "^3.0.2",
    "ts-jest": "^26.5.6",
    "ts-node": "^9.1.1",
    "typescript": "^4.2.4"
  },
  "dependencies": {
    "fast-xml-parser": "^3.19.0",
    "soap": "^0.37.0"
  }
}
