UNPKG

@tsdotnet/array-procedure

Version:

[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](https://github.com/tsdotnet/array-procedure/blob/master/LICENSE) ![npm-publish](https://github.com/tsdotnet/array-procedure/workflows/npm-publish/badge.svg) [![npm ve

88 lines (87 loc) 2.68 kB
{ "name": "@tsdotnet/array-procedure", "version": "1.2.2", "description": "", "author": "electricessence", "license": "MIT", "type": "module", "exports": { ".": { "types": "./dist/types/arrayProcedure.d.ts", "import": "./dist/esm/arrayProcedure.js", "require": "./dist/cjs/arrayProcedure.js" } }, "types": "./dist/types/arrayProcedure.d.ts", "keywords": [ "array", "sum", "average", "product", "quotient", "min", "max" ], "scripts": { "clean": "rimraf dist", "build:types": "cpy \"src/**/*.d.ts\" dist/types --parents && tsc -p tsconfig.types.json", "build:esm": "rollup -c rollup.config.js", "build:cjs": "tsc -p tsconfig.cjs.json", "build": "pnpm clean && pnpm build:types && pnpm build:esm && pnpm build:cjs", "test": "vitest run", "typecheck": "tsc --noEmit", "lint": "eslint src/**/*.ts", "docs": "rimraf docs && typedoc --options typedoc.json --readme none", "bump": "pnpm run precommit && pnpm version patch", "precommit": "pnpm build && pnpm test && pnpm lint && git status -s", "preversion": "pnpm lint && pnpm test", "postversion": "git push && git push --tags && pnpm run docs && git add -A && git commit -m \"Updated docs.\" docs && git push", "prepublishOnly": "pnpm build && pnpm test && pnpm lint" }, "repository": { "type": "git", "url": "git+https://github.com/tsdotnet/array-procedure.git" }, "bugs": { "url": "https://github.com/tsdotnet/array-procedure/issues" }, "homepage": "https://github.com/tsdotnet/array-procedure#readme", "devDependencies": { "@eslint/js": "^9.33.0", "@rollup/plugin-node-resolve": "^16.0.1", "@rollup/plugin-typescript": "^12.1.4", "@types/node": "^24.3.0", "cpy-cli": "^6.0.0", "eslint": "^9.33.0", "rimraf": "^6.0.1", "rollup": "^4.46.2", "typedoc": "^0.28.10", "typescript": "^5.9.2", "typescript-eslint": "^8.39.1", "vitest": "^3.2.4" }, "dependencies": { "tslib": "^2.8.1" }, "pnpm": { "overrides": { "hosted-git-info@<2.8.9": ">=2.8.9", "y18n@=4.0.0": ">=4.0.1", "lodash@<4.17.20": ">=4.17.20", "shell-quote@<=1.7.2": ">=1.7.3", "lodash@<4.17.21": ">=4.17.21", "json5@<1.0.2": ">=1.0.2", "json5@>=2.0.0 <2.2.2": ">=2.2.2", "minimatch@<3.0.5": ">=3.0.5", "semver@<5.7.2": ">=5.7.2", "semver@>=6.0.0 <6.3.1": ">=6.3.1", "semver@>=7.0.0 <7.5.2": ">=7.5.2", "get-func-name@<2.0.1": ">=2.0.1", "@babel/traverse@<7.23.2": ">=7.23.2", "braces@<3.0.3": ">=3.0.3" }, "ignoredBuiltDependencies": [ "esbuild" ] } }