{
  "name": "linq",
  "author": "Mihai Ciuraru <mihaixc@gmail.com>",
  "description": "linq.js - LINQ for JavaScript",
  "type": "module",
  "version": "4.0.3",
  "license": "MIT",
  "homepage": "https://github.com/mihaifm/linq",
  "repository": {
    "type": "git",
    "url": "https://github.com/mihaifm/linq.git"
  },
  "scripts": {
    "test": "node test/testrunner.js"
  },
  "preferGlobal": false,
  "keywords": [
    "linq"
  ],
  "dependencies": {},
  "engines": {
    "node": "*"
  },
  "main": "./linq.js",
  "exports": "./linq.js",
  "types": "./linq.d.ts"
}
