combination-and-permutation
Version:
Combination or Permutation computation
32 lines (31 loc) • 606 B
JSON
{
"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"
}
}