{
  "name": "@veremenko/lotide",
  "version": "1.0.0",
  "description": "Lodash alike library",
  "main": "index.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Vlad-Lab319/lotide.git"
  },
  "keywords": [
    "Lotide",
    "TDD",
    "LHL"
  ],
  "author": "Vladimir Eremenko",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/Vlad-Lab319/lotide/issues"
  },
  "homepage": "https://github.com/Vlad-Lab319/lotide#readme",
  "devDependencies": {
    "chai": "^4.3.4",
    "mocha": "^9.1.3"
  }
}
