{
  "name": "trm-commons",
  "version": "5.0.1",
  "description": "TRM (Transport Request Manager) Shared library",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "changelog.txt",
    "dist",
    "!dist/test.js",
    "!dist/test.js.map",
    "!dist/test.d.ts",
    "!dist/.env",
    "!dist/dev_rfc.log"
  ],
  "scripts": {
    "cleanBuild": "rimraf dist/",
    "build": "npm run cleanBuild && tsc --sourceMap false",
    "test": "jest",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "trm",
    "abap"
  ],
  "homepage": "https://www.trmregistry.com",
  "repository": {
    "type": "git",
    "url": "https://github.com/RegestaItalia/trm-commons.git"
  },
  "author": {
    "name": "Simone Gaffurini",
    "email": "simone.gaffurini@regestaitalia.it"
  },
  "license": "MIT",
  "devDependencies": {
    "@types/cli-progress": "^3.11.6",
    "@types/node": "^20.4.4",
    "rimraf": "^6.1.3",
    "ts-node": "^10.9.2",
    "typescript": "^5.8.2"
  },
  "dependencies": {
    "@esm2cjs/normalize-url": "^8.0.0",
    "@inquirer/prompts": "^7.5.0",
    "chalk": "^4.1.2",
    "cli-progress": "^3.12.0",
    "cli-table3": "^0.6.5",
    "get-stack-trace": "^3.1.1",
    "inquirer-select-pro": "^1.0.0-alpha.9",
    "loading-cli": "^1.1.2",
    "print-tree": "^0.1.5",
    "trm-registry-types": "^1.2.0"
  }
}
