{
  "name": "@boostercloud/framework-common-helpers",
  "version": "4.0.2",
  "description": "Contains Booster common helpers used by the core and provider packages",
  "keywords": [
    "framework-common-helpers"
  ],
  "author": "Boosterin Labs SLU",
  "homepage": "https://boosterframework.com",
  "license": "Apache-2.0",
  "publishConfig": {
    "access": "public"
  },
  "main": "dist/index.js",
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/boostercloud/booster.git"
  },
  "bugs": {
    "url": "https://github.com/boostercloud/booster/issues"
  },
  "engines": {
    "node": ">=22.0.0 <23.0.0"
  },
  "dependencies": {
    "@boostercloud/framework-types": "^4.0.2",
    "tslib": "^2.4.0",
    "@effect-ts/core": "^0.60.4",
    "class-transformer": "~0.5.1",
    "execa": "^2.0.3"
  },
  "devDependencies": {
    "@boostercloud/eslint-config": "^4.0.2",
    "@types/chai": "4.2.18",
    "@types/chai-as-promised": "7.1.4",
    "@types/mocha": "10.0.10",
    "@types/node": "^20.17.17",
    "@types/rewire": "^2.5.28",
    "@types/sinon": "10.0.0",
    "@types/sinon-chai": "3.2.5",
    "@types/uuid": "10.0.0",
    "@typescript-eslint/eslint-plugin": "^5.0.0",
    "@typescript-eslint/parser": "^5.0.0",
    "chai": "4.2.0",
    "chai-as-promised": "7.1.1",
    "eslint": "^8.23.1",
    "eslint-config-prettier": "8.3.0",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-prettier": "3.4.0",
    "mocha": "10.2.0",
    "nyc": "^15.1.0",
    "prettier": "2.3.0",
    "rewire": "5.0.0",
    "rimraf": "^5.0.0",
    "sinon": "9.2.3",
    "sinon-chai": "3.5.0",
    "ts-node": "^10.9.1",
    "typescript": "5.7.3",
    "eslint-plugin-unicorn": "~44.0.2",
    "faker": "5.1.0",
    "@types/faker": "5.1.5"
  },
  "scripts": {
    "format": "prettier --write --ext '.js,.ts' **/*.ts **/*/*.ts",
    "lint:check": "eslint --ext '.js,.ts' **/*.ts",
    "lint:fix": "eslint --quiet --fix --ext '.js,.ts' **/*.ts",
    "build": "tsc -b tsconfig.json",
    "clean": "rimraf ./dist tsconfig.tsbuildinfo",
    "test:helpers": "npm run test",
    "test": "nyc --extension .ts mocha --forbid-only \"test/**/*.test.ts\""
  }
}