{
  "name": "jinqu",
  "version": "2.0.0",
  "description": "Querying infrastructure for JavaScript, with Linq style",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "keywords": [
    "linq",
    "query",
    "eval",
    "typescript",
    "iterable"
  ],
  "files": [
    "dist",
    "README.md"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/jin-qu/jinqu"
  },
  "scripts": {
    "lint": "eslint .",
    "test": "jest",
    "cover": "jest --coverage",
    "coveralls": "jest --coverage && coveralls < coverage/lcov.info",
    "build": "tsc",
    "prepublishOnly": "npm run build"
  },
  "author": "Umut Özel",
  "license": "MIT",
  "devDependencies": {
    "@eslint/js": "^9.20.0",
    "@types/jest": "^29.5.14",
    "@typescript-eslint/eslint-plugin": "^8.24.0",
    "@typescript-eslint/parser": "^8.24.0",
    "coveralls": "^3.1.1",
    "eslint": "9.20.0",
    "jest": "^29.7.0",
    "ts-jest": "^29.2.5",
    "ts-node": "^10.9.2",
    "typescript": "^5.7.3"
  },
  "dependencies": {
    "class-transformer": "^0.5.1",
    "deep-equal": "^2.2.3",
    "jokenizer": "^1.0.0"
  }
}
