UNPKG

spearman-rank-corr

Version:
53 lines (52 loc) 1.38 kB
{ "name": "spearman-rank-corr", "version": "0.0.6", "description": "Spearman's rank correlation coefficient", "main": "dist/index.js", "scripts": { "build": "tsc", "ci": "npm run build && npm run check-format && npm run check-exports", "prepublishOnly": "npm run build", "preversion": "npm test", "version": "npm run build && git add dist", "postversion": "git push && git push --tags", "lint": "eslint src", "lint:fix": "eslint src --fix", "test": "vitest run", "format": "prettier --write .", "check-format": "prettier --check .", "check-exports": "attw --pack . --ignore-rules=cjs-resolves-to-esm", "test:watch": "vitest" }, "engines": { "node": ">=4.0.0" }, "repository": { "type": "git", "url": "git+https://github.com/andrefs/spearman-rank-corr.git" }, "types": "./dist/index.d.ts", "type": "module", "files": [ "dist" ], "keywords": [ "Spearman", "rank", "correlation", "coefficient" ], "author": "André Santos", "license": "MIT", "bugs": { "url": "https://github.com/andrefs/spearman-rank-corr/issues" }, "homepage": "https://github.com/andrefs/spearman-rank-corr#readme", "devDependencies": { "@arethetypeswrong/cli": "0.17.1", "@types/node": "22.10.2", "prettier": "3.4.2", "typescript": "5.7.2", "vitest": "2.1.8" } }