{
  "name": "combination-and-permutation",
  "version": "1.0.2",
  "description": "Combination or Permutation computation",
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "type": "module",
  "types": "./dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "test": "node ./test/index.js"
  },
  "keywords": [
    "Combination",
    "Permutation"
  ],
  "author": "zyballbj",
  "license": "ISC",
  "files": [
    "dist/"
  ],
  "exports": {
    ".": {
      "export": "./dist/index.js",
      "require": "./dist/index.js"
    }
  },
  "devDependencies": {
    "typescript": "^5.2.2"
  }
}
