UNPKG

trm-commons

Version:

TRM (Transport Request Manager) Shared library

55 lines (54 loc) 1.3 kB
{ "name": "trm-commons", "version": "3.3.2", "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/node": "^20.4.4", "rimraf": "^6.0.1", "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-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", "uuid": "^11.1.0" } }