{
  "name": "lenka",
  "version": "1.0.4",
  "description": "Typescript and javascript utilities. clone: deep copy the almost all js structures (plain objects, sets, maps, buffers, class instances etc.) with support circular/duplicate references and customizing; whatIsIt: typeof+instanceOf on steroids with support platform-specific classes",
  "main": "./lib/src/index.js",
  "types": "./lib/src/index.d.ts",
  "files": [
    "/lib",
    "/src"
  ],
  "scripts": {
    "build": "npm run build:c  && npm run coverage && npm run refresh:readme && npm run cleanup",
    "build:c": "rm -rf lib/**/* && npx tsc --project tsconfig.json",
    "test": "npx mocha --recursive lib/test/*",
    "coverage": "npx c8 -c=.c8.json npm run test",
    "refresh:readme": "node lib/utils/build_readme.js",
    "cleanup": "rm lib/utils/*.d.ts lib/ts_examples/**/*.d.ts"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/apaschenko/lenka.git"
  },
  "keywords": [
    "deepcopy",
    "deep copy",
    "custom copy",
    "deep clone",
    "circular dependencies",
    "circular deps",
    "circular references",
    "circular",
    "typescript",
    "es6",
    "typeof",
    "type of",
    "instance of",
    "sort of",
    "kind-of",
    "kind of"
  ],
  "author": "Alexander Paschenko",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/apaschenko/lenka/issues"
  },
  "homepage": "https://github.com/apaschenko/lenka#readme",
  "devDependencies": {
    "@types/chai": "^4.3.0",
    "@types/mocha": "^9.1.0",
    "@types/node": "^17.0.23",
    "@typescript-eslint/eslint-plugin": "^5.19.0",
    "@typescript-eslint/parser": "^5.19.0",
    "app-root-path": "^3.0.0",
    "c8": "^7.11.0",
    "chai": "^4.3.6",
    "coveralls": "^3.1.1",
    "mocha": "^9.2.2",
    "mocha-lcov-reporter": "^1.3.0",
    "typescript": "^4.6.3",
    "dotenv": "^16.0.0",
    "eslint": "^8.9.0",
    "eslint-config-airbnb-typescript": "^16.1.0",
    "eslint-config-prettier": "^8.4.0",
    "eslint-plugin-eslint-comments": "^3.2.0",
    "eslint-plugin-import": "^2.25.4",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-prettier": "^4.0.0",
    "eslint-plugin-promise": "^6.0.0",
    "eslint-plugin-security": "^1.4.0",
    "eslint-plugin-sonarjs": "^0.12.0",
    "eslint-plugin-unicorn": "^41.0.0",
    "prettier": "^2.5.1"
  },
  "engines": {
    "node": ">=7.0.0"
  }
}
