{
  "name": "@vect/swap",
  "version": "0.6.13",
  "description": "Swap values at a pair of indexes",
  "main": "dist/index.cjs",
  "exports": {
    "import": "./dist/index.mjs",
    "require": "./dist/index.cjs"
  },
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "pub": "npm publish",
    "test": "node -r @babel/register test/swap.test.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hoyeungw/vect.git"
  },
  "keywords": [
    "array",
    "swap",
    "exchange"
  ],
  "author": "Hoyeung Wong",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/hoyeungw/vect"
  },
  "homepage": "https://github.com/hoyeungw/vect#readme",
  "gitHead": "a73686aba7600e8e63e52ef85405c5adc3d88cab"
}
