{
  "name": "jollections",
  "version": "0.0.11",
  "description": "The missing Collections API and algorithms for JavaScript",
  "homepage": "https://github.com/orkhan-huseyn/jollections#readme",
  "main": "dist/bundle.cjs.js",
  "scripts": {
    "test": "jest --verbose",
    "build": "rimraf dist && rollup -c",
    "lint": "eslint src/**/*.{js,ts}",
    "lint:fix": "eslint src/**/*.{js,ts} --quiet --fix",
    "release": "standard-version",
    "prepare": "husky install",
    "prepublishOnly": "yarn build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/orkhan-huseyn/jollections.git"
  },
  "keywords": [
    "javascript",
    "collections api",
    "standard template library",
    "data structures",
    "algorithms"
  ],
  "author": "Orkhan Huseynli <@orkhan-huseyn>",
  "license": "MIT",
  "devDependencies": {
    "@babel/core": "^7.15.8",
    "@babel/preset-env": "^7.15.8",
    "@babel/preset-typescript": "^7.15.0",
    "@commitlint/cli": "^13.2.0",
    "@commitlint/config-conventional": "^13.2.0",
    "@rollup/plugin-typescript": "^8.2.5",
    "@types/jest": "^27.0.2",
    "@typescript-eslint/eslint-plugin": "^4.33.0",
    "@typescript-eslint/parser": "^4.33.0",
    "babel-jest": "^27.2.4",
    "eslint": "^7.32.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-prettier": "^4.0.0",
    "husky": "^7.0.2",
    "jest": "^27.2.4",
    "lint-staged": "^11.2.0",
    "prettier": "^2.4.1",
    "rimraf": "^3.0.2",
    "rollup": "^2.58.0",
    "rollup-plugin-uglify": "^6.0.4",
    "standard-version": "^9.3.2",
    "tslib": "^2.3.1",
    "typescript": "^4.4.3"
  },
  "lint-staged": {
    "src/**/*.{js,ts}": [
      "yarn lint"
    ]
  }
}
