{
  "name": "@jovijovi/pedrojs-common",
  "version": "1.2.1",
  "description": "Common packages for pedro.js",
  "main": "index.js",
  "module": "index.js",
  "types": "index.d.ts",
  "dependencies": {
    "@jovijovi/pedrojs-version": "^1.0.12",
    "commander": "9.4.1",
    "dayjs": "1.11.6",
    "log4js": "6.7.1",
    "lru-cache": "7.14.1",
    "nanoid": "3.3.4",
    "yaml": "2.1.3"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "clean": "rm -rf ./dist/*",
    "build": "yarn clean && tsc --build",
    "clean-pub": "rm -rf ./publish/* && mkdir -p ./publish",
    "prepub": "yarn clean-pub && yarn build && cp -ap ./dist/* ./publish/ && cp -ap LICENSE ./publish/ && cp -ap package.json ./publish/ && cp -ap README.md ./publish/"
  },
  "repository": {
    "directory": "lib/common",
    "type": "git",
    "url": "git+https://github.com/jovijovi/pedro.js.git"
  },
  "keywords": [
    "typescript",
    "microservice",
    "toolkit",
    "pedro",
    "common",
    "utilities",
    "tools",
    "auditor",
    "cache",
    "cert",
    "log",
    "context",
    "metrics",
    "options",
    "security",
    "crypto",
    "sys"
  ],
  "author": "jovijovi <mageyul@hotmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/jovijovi/pedro.js/issues"
  },
  "homepage": "https://github.com/jovijovi/pedro.js#readme"
}
