{
  "name": "@ject/rename",
  "version": "0.1.2",
  "description": "Rename a function",
  "type": "module",
  "exports": "./dist/index.js",
  "files": [
    "dist"
  ],
  "engines": {
    "node": ">=22.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {},
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hoyeungw/vect.git"
  },
  "keywords": [
    "ject",
    "rename",
    "function"
  ],
  "author": "Hoyeung Wong",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/hoyeungw/vect"
  },
  "homepage": "https://github.com/hoyeungw/vect#readme",
  "gitHead": "72da22d4114e88ad3b3b5a8eb282871ad4bcc8ae",
  "scripts": {
    "pub": "npm publish",
    "test": "node -r @babel/register test/rename.test.js"
  }
}