{
  "name": "relinq",
  "version": "0.2.1",
  "description": "REimplementation of LINQ for JavaScript - built with TypeScript without dependencies",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "prepublish": "npm run build",
    "test": "jest",
    "watch": "tsc -w"
  },
  "repository": "github:thomicdk/relinq",
  "homepage": "https://github.com/thomicdk/relinq#readme",
  "keywords": [
    "TypeScript",
    "LINQ",
    "query"
  ],
  "bugs": {
    "url": "https://github.com/thomicdk/relinq/issues"
  },
  "author": "Michael Thomassen",
  "license": "MIT",
  "devDependencies": {
    "@babel/core": "^7.16.0",
    "@babel/preset-env": "^7.16.0",
    "@babel/preset-typescript": "^7.16.0",
    "@types/jest": "^27.0.2",
    "babel-jest": "^27.3.1",
    "jest": "^27.3.1",
    "typescript": "^4.4.4"
  }
}
