{
  "name": "@oleksii-pavlov/ranges",
  "version": "1.1.0",
  "description": "The Ranges utils",
  "main": "./build/index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Alekseypavlov14/ranges"
  },
  "scripts": {
    "prepublishOnly": "npm run test && npm run build",
    "test": "jest ./src/tests --watchAll",
    "build": "tsc"
  },
  "keywords": [
    "Ranges"
  ],
  "author": "Oleksii Pavlov <aleshapavlov9@gmail.com>",
  "license": "ISC",
  "devDependencies": {
    "@types/jest": "^29.5.12",
    "@types/node": "^20.12.7",
    "jest": "^29.7.0",
    "ts-jest": "^29.1.2",
    "typescript": "^5.4.5"
  }
}
