{
  "name": "@colijnit/ioneconnector",
  "version": "300.1.0",
  "scripts": {
    "build": "grunt clean && tsc",
    "uglify": "grunt uglify",
    "unit": "jest unit",
    "integration": "jest int"
  },
  "description": "public base api for ione backend with version 2.6.2",
  "repository": "npm/npm",
  "author": "Colijn IT",
  "license": "ISC",
  "private": false,
  "dependencies": {
    "@angular/core": "20.3.16",
    "@angular/forms": "20.3.16",
    "axios": "^0.27.2",
    "circular-json": "0.5.4",
    "jsencrypt": "3.2.0",
    "jwt-decode": "^3.1.2",
    "reflect-metadata": "^0.1.12",
    "rxjs": "6.6.3"
  },
  "devDependencies": {
    "@angular/core": "20.3.16",
    "@angular/forms": "20.3.16",
    "@types/circular-json": "0.4.0",
    "@types/jest": "^24.0.13",
    "@types/reflect-metadata": "0.1.0",
    "grunt": "^1.0.3",
    "grunt-clean": "^0.4.0",
    "grunt-contrib-clean": "^1.1.0",
    "grunt-contrib-concat": "^1.0.1",
    "grunt-contrib-uglify-es": "git+https://github.com/gruntjs/grunt-contrib-uglify.git#harmony",
    "gulp": "^3.9.1",
    "jest": "^30.3.0",
    "postcode-validator": "3.5.3",
    "ts-jest": "^29.4.9",
    "typescript": "5.8.3"
  },
  "optionalDependencies": {
    "nodejs-jsencrypt": "^3.0.0-rc.1"
  },
  "files": [
    "build/"
  ],
  "main": "build/connector.js",
  "types": "build/connector.d.ts",
  "jest": {
    "verbose": true,
    "roots": [
      "<rootDir>/src"
    ],
    "transform": {
      "^.+\\.tsx?$": "ts-jest"
    },
    "transformIgnorePatterns": [
      "<rootDir>/node_modules/jsencrypt"
    ]
  }
}
