{
  "name": "@santi100/array-shuffle",
  "version": "0.0.2",
  "main": "cjs/index.js",
  "module": "index.js",
  "typings": "cjs/index.d.ts",
  "license": "MIT",
  "devDependencies": {
    "@types/jest": "29.5.1",
    "@typescript-eslint/eslint-plugin": "5.62.0",
    "@typescript-eslint/parser": "5.59.7",
    "eslint": "^8.39.0",
    "eslint-plugin-jest": "^27.2.1",
    "jest": "^29.4.3",
    "prettier": "3.0.1",
    "remark-cli": "^11.0.0",
    "remark-gfm": "^3.0.1",
    "remark-validate-links": "^12.1.1",
    "typescript": "^4.9.5"
  },
  "author": "santi100a <santyrojasprieto9+npmauthor@gmail.com>",
  "description": "Santi's Array Shuffling Library: Shuffle it up!",
  "keywords": [
    "santi100",
    "shuffle",
    "array",
    "es3",
    "lightweight",
    "portable"
  ],
  "repository": {
    "url": "https://github.com/santi100a/array-shuffle",
    "type": "git"
  },
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/santi100a"
  },
  "scripts": {
    "build": "tsc",
    "test": "jest",
    "dev": "tsc -w",
    "prettify": "prettier --write src/**/*.ts",
    "lint": "eslint src/**/*.ts",
    "esm-wrapper": "node scripts/esm-wrapper.js",
    "validate-package-json": "node scripts/validate-package-json.js",
    "lint-fix": "eslint --fix src/**/*.ts",
    "test:watch": "jest --watchAll",
    "check-links": "remark --frail .",
    "postbuild": "yarn esm-wrapper",
    "prepublishOnly": "yarn validate-package-json"
  },
  "dependencies": {
    "@santi100/assertion-lib": "^2.0.1",
    "@santi100/random-lib": "^1.1.7"
  }
}
