{
  "version": "0.1.9",
  "name": "clonus",
  "license": "MIT",
  "keywords": [
    "clone",
    "cloning",
    "copy",
    "copying"
  ],
  "homepage": "https://gitlab.com/tcks-typescript/clonus",
  "repository": {
    "type": "git",
    "url": "git@gitlab.com:tcks-typescript/clonus.git"
  },
  "bugs": {
    "url": "https://gitlab.com/tcks-typescript/clonus/-/issues"
  },
  "author": {
    "email": "muller.jakub@gmail.com",
    "name": "Jakub (TcKs[Cz]) Müller"
  },
  "description": "Ultimate object cloning library.",
  "main": "dist/src/index.js",
  "types": "dist/src/index.d.ts",
  "files": [
    "/dist/src"
  ],
  "dependencies": {},
  "devDependencies": {
    "jest": "^27.4.5",
    "typescript": "^4.5.4",
    "@types/jest": "^27.0.3",
    "ts-jest": "^27.1.2"
  }
}
