{
  "name": "@ject/pipe",
  "version": "0.1.2",
  "description": "Util for functions",
  "type": "module",
  "exports": "./dist/index.js",
  "files": [
    "dist"
  ],
  "engines": {
    "node": ">=22.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "@texting/tap": "^0.2.2",
    "@ject/oneself": "^0.1.2"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hoyeungw/ject.git"
  },
  "keywords": [
    "array",
    "vector"
  ],
  "author": "Hoyeung Wong",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/hoyeungw/ject"
  },
  "homepage": "https://github.com/hoyeungw/ject#readme",
  "scripts": {
    "pub": "npm publish",
    "test": "node -r @babel/register test/test.index.js"
  }
}