{
  "name": "@appolo/utils",
  "description": "useful utils",
  "keywords": [],
  "author": {
    "name": "Roman Svichar",
    "email": "shmoop207@gmail.com"
  },
  "engines": {
    "node": ">= 12.x.x",
    "npm": ">= 6.x.x"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "test": "mocha test --exit"
  },
  "main": "./index.js",
  "version": "8.0.57",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/shmoop207/appolo-utils.git"
  },
  "readme": "",
  "readmeFilename": "README.md",
  "dependencies": {
    "reflect-metadata": "^0.1.13"
  },
  "devDependencies": {
    "@types/benchmark": "^2.1.3",
    "@types/chai": "^4.3.8",
    "@types/mocha": "^10.0.2",
    "@types/node": "^20.8.5",
    "benchmark": "^2.1.4",
    "chai": "^4.3.10",
    "mocha": "^10.2.0",
    "tslib": "^2.6.2",
    "typescript": "^4.9.5"
  }
}
