{
  "name": "@sasjs/utils",
  "description": "Utilities and types for SASjs",
  "publishConfig": {
    "access": "public"
  },
  "release": {
    "branches": [
      "main"
    ],
    "plugins": [
      "@semantic-release/commit-analyzer",
      "@semantic-release/release-notes-generator",
      [
        "@semantic-release/exec",
        {
          "prepareCmd": "npm version ${nextRelease.version} --no-git-tag-version"
        }
      ],
      [
        "@semantic-release/git",
        {
          "assets": [
            "package.json",
            "package-lock.json"
          ]
        }
      ],
      "@semantic-release/github"
    ]
  },
  "typings": "./index.d.ts",
  "scripts": {
    "nodeVersionMessage": "echo \u001b[33m make sure you are running node lts version \u001b[0m",
    "build": "npm run nodeVersionMessage && npx rimraf build && tsc && npm run copy:macros",
    "copy:macros": "ts-node ./scripts/copySASjsCore.ts",
    "publishInit": "cp -r ./build/* . && rm -rf ./build && rm -rf ./src && rm jest.config.js && rm tsconfig.json",
    "package:lib": "npm run build && cp ./package.json build && cp README.md build && cd build && npm version \"5.0.0\" && npm pack",
    "test": "jest --config=jest.config.js --coverage",
    "lint:fix": "npx prettier --write \"{src,test}/**/*.{ts,tsx,js,jsx,html,css,sass,less,json,yml,md,graphql}\"",
    "lint": "npx prettier --check \"{src,test}/**/*.{ts,tsx,js,jsx,html,css,sass,less,json,yml,md,graphql}\"",
    "prepare": "git rev-parse --git-dir && git config core.hooksPath ./.git-hooks || true",
    "semantic-release": "semantic-release"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sasjs/utils.git"
  },
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/sasjs/utils/issues"
  },
  "homepage": "https://github.com/sasjs/utils#readme",
  "devDependencies": {
    "@sasjs/core": "4.68.1",
    "@semantic-release/exec": "6.0.3",
    "@semantic-release/git": "10.0.1",
    "@types/cli-table": "0.3.0",
    "@types/find": "0.2.1",
    "@types/jest": "29.4.0",
    "@types/valid-url": "1.0.3",
    "babel-jest": "29.4.3",
    "jest": "29.4.3",
    "jest-extended": "3.2.4",
    "semantic-release": "25.0.8",
    "ts-jest": "29.0.5",
    "ts-loader": "9.2.6",
    "ts-node": "10.9.1",
    "typescript": "4.5.4"
  },
  "dependencies": {
    "@fast-csv/format": "4.3.5",
    "@types/fs-extra": "11.0.4",
    "@types/prompts": "2.0.13",
    "chalk": "4.1.1",
    "cli-table": "0.3.6",
    "consola": "2.15.0",
    "find": "0.3.0",
    "fs-extra": "11.3.0",
    "jwt-decode": "3.1.2",
    "prompts": "2.4.1",
    "valid-url": "1.0.9"
  },
  "version": "3.6.2"
}
